Html Css Color HEX #BB9816 Buddha Gold

📋 copy color: '#BB9816'

red 187 ◦ green 152 ◦ blue 22

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

Shades of Buddha Gold #BB9816

Tints of Buddha Gold #BB9816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.09%

R = 51.8%
G = 42.11%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB9816 (or 0xBB9816) is known color: Buddha Gold. HEX triplet: BB, 98 and 16. RGB value is (187,152,22). Sum of RGB (Red+Green+Blue) = 187+152+22=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9816 is #4467E9. Grayscale: #949494. Windows color (decimal): -4483050 or 1480891. OLE color: 1480891.

HSL color Cylindrical-coordinate representation of color #BB9816: hue angle of 47.27º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB9816 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 152 22 -
CMYK 0 0.19 0.88 0.27
HSL 47.27º 0.79% 0.41% -
HSV(B) 47.27º 0.88% 0.73% -
XYZ 31.87 33.08 5.46 -
YUV 147.65 57.1 156.07 -
System Red Green Blue C M Y K H S L
Decimal 187 152 22 0 0.19 0.88 0.27 47.27 0.79 0.41
Hex BB 98 16 0 13 58 1B 2F 4F 29
Octal 273 230 26 0 23 130 33 57 117 51
Binary 10111011 10011000 10110 0 10011 1011000 11011 101111 1001111 101001

Color Harmonies of #BB9816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9816

Black with #BB9816

Text Example


Text Example

White with #BB9816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9816; }

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

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

background-color css

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

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

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

border-color css

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

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

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