#BB8E1B

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

Shades of Buddha Gold #BB8E1B

Tints of Buddha Gold #BB8E1B

Color information

#BB8E1B (or 0xBB8E1B) is unknown color: approx Buddha Gold. HEX triplet: BB, 8E and 1B. RGB value is (187,142,27). Sum of RGB (Red+Green+Blue) = 187+142+27=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8E1B is #4471E4. Grayscale: #8E8E8E. Windows color (decimal): -4485605 or 1806011. OLE color: 1806011.

HSL color Cylindrical-coordinate representation of color #BB8E1B: hue angle of 43.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB8E1B is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB18714227-
CMYK00.240.860.27
HSL43.12º74.77%41.96%-
HSV(B)43.12º85.56%73.33%-
XYZ30.3629.995.23-
YUV142.3462.91159.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.53%
GREEN value IS 142 (55.86% from 255) = 39.89%
BLUE value IS 27 (10.94% from 255) = 7.58%
R=52.53%
G=39.89%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871422700.240.860.2743.1274.7741.96
HexBB8E1B018561B2b4b2a
Octal27321633030126335311352
Binary1011101110001110110110110001010110110111010111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8E1B; }

 p { color: rgb(187,142,27); }

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

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

 a { background-color: rgb(187,142,27); }

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

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

 span { border-color: rgb(187,142,27); }

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