Html Css Color HEX #B99C20 Buddha Gold

📋 copy color: '#B99C20'

red 185 ◦ green 156 ◦ blue 32

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

Shades of Buddha Gold #B99C20

Tints of Buddha Gold #B99C20

RGB

 RED value IS 185 (72.66% from 255) = 49.6%

 GREEN value IS 156 (61.33% from 255) = 41.82%

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

R = 49.6%
G = 41.82%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B99C20 (or 0xB99C20) is known color: Buddha Gold. HEX triplet: B9, 9C and 20. RGB value is (185,156,32). Sum of RGB (Red+Green+Blue) = 185+156+32=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99C20 is #4663DF. Grayscale: #979797. Windows color (decimal): -4613088 or 2137273. OLE color: 2137273.

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

Color convert

RGB 185 156 32 -
CMYK 0 0.16 0.83 0.27
HSL 48.63º 0.71% 0.43% -
HSV(B) 48.63º 0.83% 0.73% -
XYZ 32.16 34.2 6.27 -
YUV 150.54 61.11 152.58 -
System Red Green Blue C M Y K H S L
Decimal 185 156 32 0 0.16 0.83 0.27 48.63 0.71 0.43
Hex B9 9C 20 0 10 53 1B 31 47 2B
Octal 271 234 40 0 20 123 33 61 107 53
Binary 10111001 10011100 100000 0 10000 1010011 11011 110001 1000111 101011

Color Harmonies of #B99C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C20

Black with #B99C20

Text Example


Text Example

White with #B99C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C20; }

 p { color: rgb(185,156,32); }

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

background-color css

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

 a { background-color: rgb(185,156,32); }

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

border-color css

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

 span { border-color: rgb(185,156,32); }

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