Html Css Color HEX #B99118 Buddha Gold

📋 copy color: '#B99118'

red 185 ◦ green 145 ◦ blue 24

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

Shades of Buddha Gold #B99118

Tints of Buddha Gold #B99118

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.96%

 BLUE value IS 24 (9.77% from 255) = 6.78%

R = 52.26%
G = 40.96%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B99118 (or 0xB99118) is known color: Buddha Gold. HEX triplet: B9, 91 and 18. RGB value is (185,145,24). Sum of RGB (Red+Green+Blue) = 185+145+24=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B99118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99118 is #466EE7. Grayscale: #8F8F8F. Windows color (decimal): -4615912 or 1610169. OLE color: 1610169.

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

Color convert

RGB 185 145 24 -
CMYK 0 0.22 0.87 0.27
HSL 45.09º 0.77% 0.41% -
HSV(B) 45.09º 0.87% 0.73% -
XYZ 30.3 30.63 5.18 -
YUV 143.17 60.75 157.84 -
System Red Green Blue C M Y K H S L
Decimal 185 145 24 0 0.22 0.87 0.27 45.09 0.77 0.41
Hex B9 91 18 0 16 57 1B 2D 4D 29
Octal 271 221 30 0 26 127 33 55 115 51
Binary 10111001 10010001 11000 0 10110 1010111 11011 101101 1001101 101001

Color Harmonies of #B99118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99118

Black with #B99118

Text Example


Text Example

White with #B99118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99118; }

 p { color: rgb(185,145,24); }

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

background-color css

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

 a { background-color: rgb(185,145,24); }

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

border-color css

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

 span { border-color: rgb(185,145,24); }

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