Html Css Color HEX #B99212 Buddha Gold

📋 copy color: '#B99212'

red 185 ◦ green 146 ◦ blue 18

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

Shades of Buddha Gold #B99212

Tints of Buddha Gold #B99212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.16%

R = 53.01%
G = 41.83%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B99212 (or 0xB99212) is known color: Buddha Gold. HEX triplet: B9, 92 and 12. RGB value is (185,146,18). Sum of RGB (Red+Green+Blue) = 185+146+18=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B99212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99212 is #466DED. Grayscale: #8F8F8F. Windows color (decimal): -4615662 or 1217209. OLE color: 1217209.

HSL color Cylindrical-coordinate representation of color #B99212: hue angle of 45.99º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B99212 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 146 18 -
CMYK 0 0.21 0.90 0.27
HSL 45.99º 0.82% 0.4% -
HSV(B) 45.99º 0.9% 0.73% -
XYZ 30.4 30.92 4.94 -
YUV 143.07 57.42 157.91 -
System Red Green Blue C M Y K H S L
Decimal 185 146 18 0 0.21 0.90 0.27 45.99 0.82 0.4
Hex B9 92 12 0 15 5A 1B 2E 52 28
Octal 271 222 22 0 25 132 33 56 122 50
Binary 10111001 10010010 10010 0 10101 1011010 11011 101110 1010010 101000

Color Harmonies of #B99212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99212

Black with #B99212

Text Example


Text Example

White with #B99212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99212; }

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

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

background-color css

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

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

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

border-color css

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

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

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