Html Css Color HEX #B99218 Buddha Gold

📋 copy color: '#B99218'

red 185 ◦ green 146 ◦ blue 24

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

Shades of Buddha Gold #B99218

Tints of Buddha Gold #B99218

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.13%

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

R = 52.11%
G = 41.13%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B99218 (or 0xB99218) is known color: Buddha Gold. HEX triplet: B9, 92 and 18. RGB value is (185,146,24). Sum of RGB (Red+Green+Blue) = 185+146+24=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B99218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99218 is #466DE7. Grayscale: #909090. Windows color (decimal): -4615656 or 1610425. OLE color: 1610425.

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

Color convert

RGB 185 146 24 -
CMYK 0 0.21 0.87 0.27
HSL 45.47º 0.77% 0.41% -
HSV(B) 45.47º 0.87% 0.73% -
XYZ 30.45 30.94 5.23 -
YUV 143.75 60.42 157.42 -
System Red Green Blue C M Y K H S L
Decimal 185 146 24 0 0.21 0.87 0.27 45.47 0.77 0.41
Hex B9 92 18 0 15 57 1B 2D 4D 29
Octal 271 222 30 0 25 127 33 55 115 51
Binary 10111001 10010010 11000 0 10101 1010111 11011 101101 1001101 101001

Color Harmonies of #B99218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99218

Black with #B99218

Text Example


Text Example

White with #B99218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99218; }

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

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

background-color css

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

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

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

border-color css

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

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

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