Html Css Color HEX #B99713 Buddha Gold

📋 copy color: '#B99713'

red 185 ◦ green 151 ◦ blue 19

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

Shades of Buddha Gold #B99713

Tints of Buddha Gold #B99713

RGB

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

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

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

R = 52.11%
G = 42.54%
B = 5.35%

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

#B99713 (or 0xB99713) is known color: Buddha Gold. HEX triplet: B9, 97 and 13. RGB value is (185,151,19). Sum of RGB (Red+Green+Blue) = 185+151+19=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B99713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99713 is #4668EC. Grayscale: #929292. Windows color (decimal): -4614381 or 1284025. OLE color: 1284025.

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

Color convert

RGB 185 151 19 -
CMYK 0 0.18 0.90 0.27
HSL 47.71º 0.81% 0.4% -
HSV(B) 47.71º 0.9% 0.73% -
XYZ 31.19 32.49 5.24 -
YUV 146.12 56.26 155.73 -
System Red Green Blue C M Y K H S L
Decimal 185 151 19 0 0.18 0.90 0.27 47.71 0.81 0.4
Hex B9 97 13 0 12 5A 1B 30 51 28
Octal 271 227 23 0 22 132 33 60 121 50
Binary 10111001 10010111 10011 0 10010 1011010 11011 110000 1010001 101000

Color Harmonies of #B99713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99713

Black with #B99713

Text Example


Text Example

White with #B99713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99713; }

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

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

background-color css

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

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

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

border-color css

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

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

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