Html Css Color HEX #BB9A20 Buddha Gold

📋 copy color: '#BB9A20'

red 187 ◦ green 154 ◦ blue 32

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

Shades of Buddha Gold #BB9A20

Tints of Buddha Gold #BB9A20

RGB

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

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

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

R = 50.13%
G = 41.29%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB9A20 (or 0xBB9A20) is known color: Buddha Gold. HEX triplet: BB, 9A and 20. RGB value is (187,154,32). Sum of RGB (Red+Green+Blue) = 187+154+32=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9A20 is #4465DF. Grayscale: #969696. Windows color (decimal): -4482528 or 2136763. OLE color: 2136763.

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

Color convert

RGB 187 154 32 -
CMYK 0 0.18 0.83 0.27
HSL 47.23º 0.71% 0.43% -
HSV(B) 47.23º 0.83% 0.73% -
XYZ 32.31 33.78 6.18 -
YUV 149.96 61.43 154.42 -
System Red Green Blue C M Y K H S L
Decimal 187 154 32 0 0.18 0.83 0.27 47.23 0.71 0.43
Hex BB 9A 20 0 12 53 1B 2F 47 2B
Octal 273 232 40 0 22 123 33 57 107 53
Binary 10111011 10011010 100000 0 10010 1010011 11011 101111 1000111 101011

Color Harmonies of #BB9A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9A20

Black with #BB9A20

Text Example


Text Example

White with #BB9A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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