Html Css Color HEX #BB9E08 Buddha Gold

📋 copy color: '#BB9E08'

red 187 ◦ green 158 ◦ blue 8

#BB9E08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #BB9E08

Tints of Buddha Gold #BB9E08

RGB

 RED value IS 187 (73.44% from 255) = 52.97%

 GREEN value IS 158 (62.11% from 255) = 44.76%

 BLUE value IS 8 (3.52% from 255) = 2.27%

R = 52.97%
G = 44.76%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB9E08 (or 0xBB9E08) is known color: Buddha Gold. HEX triplet: BB, 9E and 08. RGB value is (187,158,8). Sum of RGB (Red+Green+Blue) = 187+158+8=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9E08 is #4461F7. Grayscale: #969696. Windows color (decimal): -4481528 or 564923. OLE color: 564923.

HSL color Cylindrical-coordinate representation of color #BB9E08: hue angle of 50.28º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB9E08 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 158 8 -
CMYK 0 0.16 0.96 0.27
HSL 50.28º 0.92% 0.38% -
HSV(B) 50.28º 0.96% 0.73% -
XYZ 32.76 35.04 5.27 -
YUV 149.57 48.11 154.7 -
System Red Green Blue C M Y K H S L
Decimal 187 158 8 0 0.16 0.96 0.27 50.28 0.92 0.38
Hex BB 9E 8 0 10 60 1B 32 5C 26
Octal 273 236 10 0 20 140 33 62 134 46
Binary 10111011 10011110 1000 0 10000 1100000 11011 110010 1011100 100110

Color Harmonies of #BB9E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9E08

Black with #BB9E08

Text Example


Text Example

White with #BB9E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9E08; }

 p { color: rgb(187,158,8); }

 H1.HeaderClassName
 {
   color: #BB9E08;
 }
 .AnyTagClassName
 {
   color: #BB9E08;
 }
</style>

background-color css

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

 a { background-color: rgb(187,158,8); }

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

border-color css

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

 span { border-color: rgb(187,158,8); }

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