Html Css Color HEX #BB9920 Buddha Gold

📋 copy color: '#BB9920'

red 187 ◦ green 153 ◦ blue 32

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

Shades of Buddha Gold #BB9920

Tints of Buddha Gold #BB9920

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.13%

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

R = 50.27%
G = 41.13%
B = 8.6%

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

#BB9920 (or 0xBB9920) is known color: Buddha Gold. HEX triplet: BB, 99 and 20. RGB value is (187,153,32). Sum of RGB (Red+Green+Blue) = 187+153+32=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9920 is #4466DF. Grayscale: #959595. Windows color (decimal): -4482784 or 2136507. OLE color: 2136507.

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

Color convert

RGB 187 153 32 -
CMYK 0 0.18 0.83 0.27
HSL 46.84º 0.71% 0.43% -
HSV(B) 46.84º 0.83% 0.73% -
XYZ 32.15 33.45 6.13 -
YUV 149.37 61.76 154.84 -
System Red Green Blue C M Y K H S L
Decimal 187 153 32 0 0.18 0.83 0.27 46.84 0.71 0.43
Hex BB 99 20 0 12 53 1B 2F 47 2B
Octal 273 231 40 0 22 123 33 57 107 53
Binary 10111011 10011001 100000 0 10010 1010011 11011 101111 1000111 101011

Color Harmonies of #BB9920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9920

Black with #BB9920

Text Example


Text Example

White with #BB9920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9920; }

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

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

background-color css

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

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

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

border-color css

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

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

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