Html Css Color HEX #B99C18 Buddha Gold

📋 copy color: '#B99C18'

red 185 ◦ green 156 ◦ blue 24

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

Shades of Buddha Gold #B99C18

Tints of Buddha Gold #B99C18

RGB

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

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

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

R = 50.68%
G = 42.74%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B99C18 (or 0xB99C18) is known color: Buddha Gold. HEX triplet: B9, 9C and 18. RGB value is (185,156,24). Sum of RGB (Red+Green+Blue) = 185+156+24=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99C18 is #4663E7. Grayscale: #969696. Windows color (decimal): -4613096 or 1612985. OLE color: 1612985.

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

Color convert

RGB 185 156 24 -
CMYK 0 0.16 0.87 0.27
HSL 49.19º 0.77% 0.41% -
HSV(B) 49.19º 0.87% 0.73% -
XYZ 32.06 34.16 5.77 -
YUV 149.62 57.11 153.23 -
System Red Green Blue C M Y K H S L
Decimal 185 156 24 0 0.16 0.87 0.27 49.19 0.77 0.41
Hex B9 9C 18 0 10 57 1B 31 4D 29
Octal 271 234 30 0 20 127 33 61 115 51
Binary 10111001 10011100 11000 0 10000 1010111 11011 110001 1001101 101001

Color Harmonies of #B99C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C18

Black with #B99C18

Text Example


Text Example

White with #B99C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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