Html Css Color HEX #B39113 Buddha Gold

📋 copy color: '#B39113'

red 179 ◦ green 145 ◦ blue 19

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

Shades of Buddha Gold #B39113

Tints of Buddha Gold #B39113

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.27%

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

R = 52.19%
G = 42.27%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B39113 (or 0xB39113) is known color: Buddha Gold. HEX triplet: B3, 91 and 13. RGB value is (179,145,19). Sum of RGB (Red+Green+Blue) = 179+145+19=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B39113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39113 is #4C6EEC. Grayscale: #8D8D8D. Windows color (decimal): -5009133 or 1282483. OLE color: 1282483.

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

Color convert

RGB 179 145 19 -
CMYK 0 0.19 0.89 0.30
HSL 47.25º 0.81% 0.39% -
HSV(B) 47.25º 0.89% 0.7% -
XYZ 28.83 29.88 4.86 -
YUV 140.8 59.26 155.25 -
System Red Green Blue C M Y K H S L
Decimal 179 145 19 0 0.19 0.89 0.30 47.25 0.81 0.39
Hex B3 91 13 0 13 59 1E 2F 51 27
Octal 263 221 23 0 23 131 36 57 121 47
Binary 10110011 10010001 10011 0 10011 1011001 11110 101111 1010001 100111

Color Harmonies of #B39113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39113

Black with #B39113

Text Example


Text Example

White with #B39113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39113; }

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

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

background-color css

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

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

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

border-color css

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

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

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