Html Css Color HEX #BB9E21 Buddha Gold

📋 copy color: '#BB9E21'

red 187 ◦ green 158 ◦ blue 33

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

Shades of Buddha Gold #BB9E21

Tints of Buddha Gold #BB9E21

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.8%

 BLUE value IS 33 (13.28% from 255) = 8.73%

R = 49.47%
G = 41.8%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB9E21 (or 0xBB9E21) is known color: Buddha Gold. HEX triplet: BB, 9E and 21. RGB value is (187,158,33). Sum of RGB (Red+Green+Blue) = 187+158+33=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9E21 is #4461DE. Grayscale: #989898. Windows color (decimal): -4481503 or 2203323. OLE color: 2203323.

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

Color convert

RGB 187 158 33 -
CMYK 0 0.16 0.82 0.27
HSL 48.7º 0.7% 0.43% -
HSV(B) 48.7º 0.82% 0.73% -
XYZ 32.99 35.13 6.48 -
YUV 152.42 60.61 152.66 -
System Red Green Blue C M Y K H S L
Decimal 187 158 33 0 0.16 0.82 0.27 48.7 0.7 0.43
Hex BB 9E 21 0 10 52 1B 31 46 2B
Octal 273 236 41 0 20 122 33 61 106 53
Binary 10111011 10011110 100001 0 10000 1010010 11011 110001 1000110 101011

Color Harmonies of #BB9E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9E21

Black with #BB9E21

Text Example


Text Example

White with #BB9E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9E21; }

 p { color: rgb(187,158,33); }

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

background-color css

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

 a { background-color: rgb(187,158,33); }

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

border-color css

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

 span { border-color: rgb(187,158,33); }

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