Html Css Color HEX #B39613 Buddha Gold

📋 copy color: '#B39613'

red 179 ◦ green 150 ◦ blue 19

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

Shades of Buddha Gold #B39613

Tints of Buddha Gold #B39613

RGB

 RED value IS 179 (70.31% from 255) = 51.44%

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

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

R = 51.44%
G = 43.1%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B39613 (or 0xB39613) is known color: Buddha Gold. HEX triplet: B3, 96 and 13. RGB value is (179,150,19). Sum of RGB (Red+Green+Blue) = 179+150+19=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B39613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39613 is #4C69EC. Grayscale: #909090. Windows color (decimal): -5007853 or 1283763. OLE color: 1283763.

HSL color Cylindrical-coordinate representation of color #B39613: hue angle of 49.12º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B39613 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 150 19 -
CMYK 0 0.16 0.89 0.30
HSL 49.13º 0.81% 0.39% -
HSV(B) 49.13º 0.89% 0.7% -
XYZ 29.61 31.44 5.12 -
YUV 143.74 57.61 153.15 -
System Red Green Blue C M Y K H S L
Decimal 179 150 19 0 0.16 0.89 0.30 49.13 0.81 0.39
Hex B3 96 13 0 10 59 1E 31 51 27
Octal 263 226 23 0 20 131 36 61 121 47
Binary 10110011 10010110 10011 0 10000 1011001 11110 110001 1010001 100111

Color Harmonies of #B39613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39613

Black with #B39613

Text Example


Text Example

White with #B39613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39613; }

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

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

background-color css

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

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

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

border-color css

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

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

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