Html Css Color HEX #BB9A16 Buddha Gold

📋 copy color: '#BB9A16'

red 187 ◦ green 154 ◦ blue 22

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

Shades of Buddha Gold #BB9A16

Tints of Buddha Gold #BB9A16

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.42%

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

R = 51.52%
G = 42.42%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB9A16 (or 0xBB9A16) is known color: Buddha Gold. HEX triplet: BB, 9A and 16. RGB value is (187,154,22). Sum of RGB (Red+Green+Blue) = 187+154+22=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9A16 is #4465E9. Grayscale: #959595. Windows color (decimal): -4482538 or 1481403. OLE color: 1481403.

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

Color convert

RGB 187 154 22 -
CMYK 0 0.18 0.88 0.27
HSL 48º 0.79% 0.41% -
HSV(B) 48º 0.88% 0.73% -
XYZ 32.19 33.73 5.57 -
YUV 148.82 56.43 155.23 -
System Red Green Blue C M Y K H S L
Decimal 187 154 22 0 0.18 0.88 0.27 48 0.79 0.41
Hex BB 9A 16 0 12 58 1B 30 4F 29
Octal 273 232 26 0 22 130 33 60 117 51
Binary 10111011 10011010 10110 0 10010 1011000 11011 110000 1001111 101001

Color Harmonies of #BB9A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9A16

Black with #BB9A16

Text Example


Text Example

White with #BB9A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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