Html Css Color HEX #B99C17 Buddha Gold

📋 copy color: '#B99C17'

red 185 ◦ green 156 ◦ blue 23

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

Shades of Buddha Gold #B99C17

Tints of Buddha Gold #B99C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.32%

R = 50.82%
G = 42.86%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B99C17 (or 0xB99C17) is known color: Buddha Gold. HEX triplet: B9, 9C and 17. RGB value is (185,156,23). Sum of RGB (Red+Green+Blue) = 185+156+23=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 23 (9.38% from 255 or 6.32% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99C17 is #4663E8. Grayscale: #969696. Windows color (decimal): -4613097 or 1547449. OLE color: 1547449.

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

Color convert

RGB 185 156 23 -
CMYK 0 0.16 0.88 0.27
HSL 49.26º 0.78% 0.41% -
HSV(B) 49.26º 0.88% 0.73% -
XYZ 32.05 34.15 5.71 -
YUV 149.51 56.61 153.31 -
System Red Green Blue C M Y K H S L
Decimal 185 156 23 0 0.16 0.88 0.27 49.26 0.78 0.41
Hex B9 9C 17 0 10 58 1B 31 4E 29
Octal 271 234 27 0 20 130 33 61 116 51
Binary 10111001 10011100 10111 0 10000 1011000 11011 110001 1001110 101001

Color Harmonies of #B99C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C17

Black with #B99C17

Text Example


Text Example

White with #B99C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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