Html Css Color HEX #B36813 Golden Brown

📋 copy color: '#B36813'

red 179 ◦ green 104 ◦ blue 19

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

Shades of Golden Brown #B36813

Tints of Golden Brown #B36813

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.44%

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

R = 59.27%
G = 34.44%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B36813 (or 0xB36813) is known color: Golden Brown. HEX triplet: B3, 68 and 13. RGB value is (179,104,19). Sum of RGB (Red+Green+Blue) = 179+104+19=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B36813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36813 is #4C97EC. Grayscale: #757575. Windows color (decimal): -5019629 or 1271987. OLE color: 1271987.

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

Color convert

RGB 179 104 19 -
CMYK 0 0.42 0.89 0.30
HSL 31.88º 0.81% 0.39% -
HSV(B) 31.88º 0.89% 0.7% -
XYZ 23.66 19.53 3.14 -
YUV 116.74 72.85 172.41 -
System Red Green Blue C M Y K H S L
Decimal 179 104 19 0 0.42 0.89 0.30 31.88 0.81 0.39
Hex B3 68 13 0 2A 59 1E 20 51 27
Octal 263 150 23 0 52 131 36 40 121 47
Binary 10110011 1101000 10011 0 101010 1011001 11110 100000 1010001 100111

Color Harmonies of #B36813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36813

Black with #B36813

Text Example


Text Example

White with #B36813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36813; }

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

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

background-color css

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

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

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

border-color css

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

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

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