Html Css Color HEX #BB9808 Buddha Gold

📋 copy color: '#BB9808'

red 187 ◦ green 152 ◦ blue 8

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

Shades of Buddha Gold #BB9808

Tints of Buddha Gold #BB9808

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.8%

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

R = 53.89%
G = 43.8%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB9808 (or 0xBB9808) is known color: Buddha Gold. HEX triplet: BB, 98 and 08. RGB value is (187,152,8). Sum of RGB (Red+Green+Blue) = 187+152+8=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9808 is #4467F7. Grayscale: #929292. Windows color (decimal): -4483064 or 563387. OLE color: 563387.

HSL color Cylindrical-coordinate representation of color #BB9808: hue angle of 48.27º 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 #BB9808 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 152 8 -
CMYK 0 0.19 0.96 0.27
HSL 48.27º 0.92% 0.38% -
HSV(B) 48.27º 0.96% 0.73% -
XYZ 31.77 33.04 4.93 -
YUV 146.05 50.1 157.21 -
System Red Green Blue C M Y K H S L
Decimal 187 152 8 0 0.19 0.96 0.27 48.27 0.92 0.38
Hex BB 98 8 0 13 60 1B 30 5C 26
Octal 273 230 10 0 23 140 33 60 134 46
Binary 10111011 10011000 1000 0 10011 1100000 11011 110000 1011100 100110

Color Harmonies of #BB9808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9808

Black with #BB9808

Text Example


Text Example

White with #BB9808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9808; }

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

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

background-color css

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

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

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

border-color css

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

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

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