Html Css Color HEX #B99712 Buddha Gold

📋 copy color: '#B99712'

red 185 ◦ green 151 ◦ blue 18

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

Shades of Buddha Gold #B99712

Tints of Buddha Gold #B99712

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.66%

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

R = 52.26%
G = 42.66%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B99712 (or 0xB99712) is known color: Buddha Gold. HEX triplet: B9, 97 and 12. RGB value is (185,151,18). Sum of RGB (Red+Green+Blue) = 185+151+18=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B99712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99712 is #4668ED. Grayscale: #929292. Windows color (decimal): -4614382 or 1218489. OLE color: 1218489.

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

Color convert

RGB 185 151 18 -
CMYK 0 0.18 0.90 0.27
HSL 47.78º 0.82% 0.4% -
HSV(B) 47.78º 0.9% 0.73% -
XYZ 31.18 32.49 5.2 -
YUV 146 55.76 155.81 -
System Red Green Blue C M Y K H S L
Decimal 185 151 18 0 0.18 0.90 0.27 47.78 0.82 0.4
Hex B9 97 12 0 12 5A 1B 30 52 28
Octal 271 227 22 0 22 132 33 60 122 50
Binary 10111001 10010111 10010 0 10010 1011010 11011 110000 1010010 101000

Color Harmonies of #B99712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99712

Black with #B99712

Text Example


Text Example

White with #B99712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99712; }

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

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

background-color css

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

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

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

border-color css

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

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

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