Html Css Color HEX #B99818 Buddha Gold

📋 copy color: '#B99818'

red 185 ◦ green 152 ◦ blue 24

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

Shades of Buddha Gold #B99818

Tints of Buddha Gold #B99818

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.11%

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

R = 51.25%
G = 42.11%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B99818 (or 0xB99818) is known color: Buddha Gold. HEX triplet: B9, 98 and 18. RGB value is (185,152,24). Sum of RGB (Red+Green+Blue) = 185+152+24=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B99818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99818 is #4667E7. Grayscale: #939393. Windows color (decimal): -4614120 or 1611961. OLE color: 1611961.

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

Color convert

RGB 185 152 24 -
CMYK 0 0.18 0.87 0.27
HSL 47.7º 0.77% 0.41% -
HSV(B) 47.7º 0.87% 0.73% -
XYZ 31.4 32.84 5.55 -
YUV 147.28 58.43 154.91 -
System Red Green Blue C M Y K H S L
Decimal 185 152 24 0 0.18 0.87 0.27 47.7 0.77 0.41
Hex B9 98 18 0 12 57 1B 30 4D 29
Octal 271 230 30 0 22 127 33 60 115 51
Binary 10111001 10011000 11000 0 10010 1010111 11011 110000 1001101 101001

Color Harmonies of #B99818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99818

Black with #B99818

Text Example


Text Example

White with #B99818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99818; }

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

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

background-color css

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

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

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

border-color css

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

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

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