Html Css Color HEX #BB9F20 Buddha Gold

📋 copy color: '#BB9F20'

red 187 ◦ green 159 ◦ blue 32

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

Shades of Buddha Gold #BB9F20

Tints of Buddha Gold #BB9F20

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.06%

 BLUE value IS 32 (12.89% from 255) = 8.47%

R = 49.47%
G = 42.06%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB9F20 (or 0xBB9F20) is known color: Buddha Gold. HEX triplet: BB, 9F and 20. RGB value is (187,159,32). Sum of RGB (Red+Green+Blue) = 187+159+32=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9F20 is #4460DF. Grayscale: #999999. Windows color (decimal): -4481248 or 2138043. OLE color: 2138043.

HSL color Cylindrical-coordinate representation of color #BB9F20: hue angle of 49.16º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB9F20 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 159 32 -
CMYK 0 0.15 0.83 0.27
HSL 49.16º 0.71% 0.43% -
HSV(B) 49.16º 0.83% 0.73% -
XYZ 33.15 35.47 6.46 -
YUV 152.89 59.78 152.33 -
System Red Green Blue C M Y K H S L
Decimal 187 159 32 0 0.15 0.83 0.27 49.16 0.71 0.43
Hex BB 9F 20 0 F 53 1B 31 47 2B
Octal 273 237 40 0 17 123 33 61 107 53
Binary 10111011 10011111 100000 0 1111 1010011 11011 110001 1000111 101011

Color Harmonies of #BB9F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9F20

Black with #BB9F20

Text Example


Text Example

White with #BB9F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9F20; }

 p { color: rgb(187,159,32); }

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

background-color css

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

 a { background-color: rgb(187,159,32); }

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

border-color css

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

 span { border-color: rgb(187,159,32); }

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