Html Css Color HEX #B99C13 Buddha Gold

📋 copy color: '#B99C13'

red 185 ◦ green 156 ◦ blue 19

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

Shades of Buddha Gold #B99C13

Tints of Buddha Gold #B99C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.28%

R = 51.39%
G = 43.33%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B99C13 (or 0xB99C13) is known color: Buddha Gold. HEX triplet: B9, 9C and 13. RGB value is (185,156,19). Sum of RGB (Red+Green+Blue) = 185+156+19=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99C13 is #4663EC. Grayscale: #959595. Windows color (decimal): -4613101 or 1285305. OLE color: 1285305.

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

Color convert

RGB 185 156 19 -
CMYK 0 0.16 0.90 0.27
HSL 49.52º 0.81% 0.4% -
HSV(B) 49.52º 0.9% 0.73% -
XYZ 32.01 34.14 5.52 -
YUV 149.05 54.61 153.64 -
System Red Green Blue C M Y K H S L
Decimal 185 156 19 0 0.16 0.90 0.27 49.52 0.81 0.4
Hex B9 9C 13 0 10 5A 1B 32 51 28
Octal 271 234 23 0 20 132 33 62 121 50
Binary 10111001 10011100 10011 0 10000 1011010 11011 110010 1010001 101000

Color Harmonies of #B99C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C13

Black with #B99C13

Text Example


Text Example

White with #B99C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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