Html Css Color HEX #B99814 Buddha Gold

📋 copy color: '#B99814'

red 185 ◦ green 152 ◦ blue 20

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

Shades of Buddha Gold #B99814

Tints of Buddha Gold #B99814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.6%

R = 51.82%
G = 42.58%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B99814 (or 0xB99814) is known color: Buddha Gold. HEX triplet: B9, 98 and 14. RGB value is (185,152,20). Sum of RGB (Red+Green+Blue) = 185+152+20=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B99814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99814 is #4667EB. Grayscale: #939393. Windows color (decimal): -4614124 or 1349817. OLE color: 1349817.

HSL color Cylindrical-coordinate representation of color #B99814: hue angle of 48º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B99814 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 152 20 -
CMYK 0 0.18 0.89 0.27
HSL 48º 0.8% 0.4% -
HSV(B) 48º 0.89% 0.73% -
XYZ 31.36 32.82 5.34 -
YUV 146.82 56.43 155.23 -
System Red Green Blue C M Y K H S L
Decimal 185 152 20 0 0.18 0.89 0.27 48 0.8 0.4
Hex B9 98 14 0 12 59 1B 30 50 28
Octal 271 230 24 0 22 131 33 60 120 50
Binary 10111001 10011000 10100 0 10010 1011001 11011 110000 1010000 101000

Color Harmonies of #B99814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99814

Black with #B99814

Text Example


Text Example

White with #B99814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99814; }

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

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

background-color css

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

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

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

border-color css

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

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

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