Html Css Color HEX #B99412 Buddha Gold

📋 copy color: '#B99412'

red 185 ◦ green 148 ◦ blue 18

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

Shades of Buddha Gold #B99412

Tints of Buddha Gold #B99412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.17%

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

R = 52.71%
G = 42.17%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B99412 (or 0xB99412) is known color: Buddha Gold. HEX triplet: B9, 94 and 12. RGB value is (185,148,18). Sum of RGB (Red+Green+Blue) = 185+148+18=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B99412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99412 is #466BED. Grayscale: #909090. Windows color (decimal): -4615150 or 1217721. OLE color: 1217721.

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

Color convert

RGB 185 148 18 -
CMYK 0 0.20 0.90 0.27
HSL 46.71º 0.82% 0.4% -
HSV(B) 46.71º 0.9% 0.73% -
XYZ 30.71 31.54 5.04 -
YUV 144.24 56.76 157.07 -
System Red Green Blue C M Y K H S L
Decimal 185 148 18 0 0.20 0.90 0.27 46.71 0.82 0.4
Hex B9 94 12 0 14 5A 1B 2F 52 28
Octal 271 224 22 0 24 132 33 57 122 50
Binary 10111001 10010100 10010 0 10100 1011010 11011 101111 1010010 101000

Color Harmonies of #B99412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99412

Black with #B99412

Text Example


Text Example

White with #B99412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99412; }

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

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

background-color css

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

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

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

border-color css

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

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

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