Html Css Color HEX #B99613 Buddha Gold

📋 copy color: '#B99613'

red 185 ◦ green 150 ◦ blue 19

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

Shades of Buddha Gold #B99613

Tints of Buddha Gold #B99613

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.37%

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

R = 52.26%
G = 42.37%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B99613 (or 0xB99613) is known color: Buddha Gold. HEX triplet: B9, 96 and 13. RGB value is (185,150,19). Sum of RGB (Red+Green+Blue) = 185+150+19=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B99613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99613 is #4669EC. Grayscale: #929292. Windows color (decimal): -4614637 or 1283769. OLE color: 1283769.

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

Color convert

RGB 185 150 19 -
CMYK 0 0.19 0.90 0.27
HSL 47.35º 0.81% 0.4% -
HSV(B) 47.35º 0.9% 0.73% -
XYZ 31.03 32.17 5.19 -
YUV 145.53 56.6 156.15 -
System Red Green Blue C M Y K H S L
Decimal 185 150 19 0 0.19 0.90 0.27 47.35 0.81 0.4
Hex B9 96 13 0 13 5A 1B 2F 51 28
Octal 271 226 23 0 23 132 33 57 121 50
Binary 10111001 10010110 10011 0 10011 1011010 11011 101111 1010001 101000

Color Harmonies of #B99613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99613

Black with #B99613

Text Example


Text Example

White with #B99613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99613; }

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

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

background-color css

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

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

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

border-color css

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

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

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