Html Css Color HEX #BB9B20 Buddha Gold

📋 copy color: '#BB9B20'

red 187 ◦ green 155 ◦ blue 32

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

Shades of Buddha Gold #BB9B20

Tints of Buddha Gold #BB9B20

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.44%

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

R = 50%
G = 41.44%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB9B20 (or 0xBB9B20) is known color: Buddha Gold. HEX triplet: BB, 9B and 20. RGB value is (187,155,32). Sum of RGB (Red+Green+Blue) = 187+155+32=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9B20 is #4464DF. Grayscale: #979797. Windows color (decimal): -4482272 or 2137019. OLE color: 2137019.

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

Color convert

RGB 187 155 32 -
CMYK 0 0.17 0.83 0.27
HSL 47.61º 0.71% 0.43% -
HSV(B) 47.61º 0.83% 0.73% -
XYZ 32.48 34.11 6.24 -
YUV 150.55 61.1 154 -
System Red Green Blue C M Y K H S L
Decimal 187 155 32 0 0.17 0.83 0.27 47.61 0.71 0.43
Hex BB 9B 20 0 11 53 1B 30 47 2B
Octal 273 233 40 0 21 123 33 60 107 53
Binary 10111011 10011011 100000 0 10001 1010011 11011 110000 1000111 101011

Color Harmonies of #BB9B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9B20

Black with #BB9B20

Text Example


Text Example

White with #BB9B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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