Html Css Color HEX #B99517 Buddha Gold

📋 copy color: '#B99517'

red 185 ◦ green 149 ◦ blue 23

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

Shades of Buddha Gold #B99517

Tints of Buddha Gold #B99517

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.74%

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

R = 51.82%
G = 41.74%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B99517 (or 0xB99517) is known color: Buddha Gold. HEX triplet: B9, 95 and 17. RGB value is (185,149,23). Sum of RGB (Red+Green+Blue) = 185+149+23=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 23 (9.38% from 255 or 6.44% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B99517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99517 is #466AE8. Grayscale: #919191. Windows color (decimal): -4614889 or 1545657. OLE color: 1545657.

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

Color convert

RGB 185 149 23 -
CMYK 0 0.19 0.88 0.27
HSL 46.67º 0.78% 0.41% -
HSV(B) 46.67º 0.88% 0.73% -
XYZ 30.91 31.87 5.33 -
YUV 145.4 58.93 156.25 -
System Red Green Blue C M Y K H S L
Decimal 185 149 23 0 0.19 0.88 0.27 46.67 0.78 0.41
Hex B9 95 17 0 13 58 1B 2F 4E 29
Octal 271 225 27 0 23 130 33 57 116 51
Binary 10111001 10010101 10111 0 10011 1011000 11011 101111 1001110 101001

Color Harmonies of #B99517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99517

Black with #B99517

Text Example


Text Example

White with #B99517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99517; }

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

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

background-color css

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

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

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

border-color css

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

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

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