#B4921B

Color #B4921B Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #B4921B

Tints of Buddha Gold #B4921B

Color information

#B4921B (or 0xB4921B) is unknown color: approx Buddha Gold. HEX triplet: B4, 92 and 1B. RGB value is (180,146,27). Sum of RGB (Red+Green+Blue) = 180+146+27=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B4921B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4921B is #4B6DE4. Grayscale: #8F8F8F. Windows color (decimal): -4943333 or 1807028. OLE color: 1807028.

HSL color Cylindrical-coordinate representation of color #B4921B: hue angle of 46.67º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B4921B is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB18014627-
CMYK00.190.850.29
HSL46.67º73.91%40.59%-
HSV(B)46.67º85%70.59%-
XYZ29.330.345.35-
YUV142.662.76154.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 50.99%
GREEN value IS 146 (57.42% from 255) = 41.36%
BLUE value IS 27 (10.94% from 255) = 7.65%
R=50.99%
G=41.36%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801462700.190.850.2946.6773.9140.59
HexB4921B013551D2f4a29
Octal26422233023125355711251
Binary1011010010010010110110100111010101111011011111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4921B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4921B; }

 p { color: rgb(180,146,27); }

 H1.HeaderClassName
 {
   color: #B4921B;
 }
 .AnyTagClassName
 {
   color: #B4921B;
 }
</style>
background-color css

<style>
 a { background-color: #B4921B; }

 a { background-color: rgb(180,146,27); }

 div.DivClassName
 {
   background-color: #B4921B;
 }
 .BgClassName
 {
   background-color: #B4921B;
 }
</style>
border-color css

<style>
 span { border-color: #B4921B; }

 span { border-color: rgb(180,146,27); }

 td.TdClassName
 {
   border-color: #B4921B;
 }
 .TagClassName
 {
   border-color: #B4921B;
 }
</style>