Html Css Color HEX #B36015 Golden Brown

📋 copy color: '#B36015'

red 179 ◦ green 96 ◦ blue 21

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

Shades of Golden Brown #B36015

Tints of Golden Brown #B36015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.43%

 BLUE value IS 21 (8.59% from 255) = 7.09%

R = 60.47%
G = 32.43%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B36015 (or 0xB36015) is known color: Golden Brown. HEX triplet: B3, 60 and 15. RGB value is (179,96,21). Sum of RGB (Red+Green+Blue) = 179+96+21=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B36015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36015 is #4C9FEA. Grayscale: #707070. Windows color (decimal): -5021675 or 1401011. OLE color: 1401011.

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

Color convert

RGB 179 96 21 -
CMYK 0 0.46 0.88 0.30
HSL 28.48º 0.79% 0.39% -
HSV(B) 28.48º 0.88% 0.7% -
XYZ 22.91 18 2.98 -
YUV 112.27 76.5 175.6 -
System Red Green Blue C M Y K H S L
Decimal 179 96 21 0 0.46 0.88 0.30 28.48 0.79 0.39
Hex B3 60 15 0 2E 58 1E 1C 4F 27
Octal 263 140 25 0 56 130 36 34 117 47
Binary 10110011 1100000 10101 0 101110 1011000 11110 11100 1001111 100111

Color Harmonies of #B36015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36015

Black with #B36015

Text Example


Text Example

White with #B36015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36015; }

 p { color: rgb(179,96,21); }

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

background-color css

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

 a { background-color: rgb(179,96,21); }

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

border-color css

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

 span { border-color: rgb(179,96,21); }

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