Html Css Color HEX #B36615 Golden Brown

📋 copy color: '#B36615'

red 179 ◦ green 102 ◦ blue 21

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

Shades of Golden Brown #B36615

Tints of Golden Brown #B36615

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.77%

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

R = 59.27%
G = 33.77%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B36615 (or 0xB36615) is known color: Golden Brown. HEX triplet: B3, 66 and 15. RGB value is (179,102,21). Sum of RGB (Red+Green+Blue) = 179+102+21=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B36615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36615 is #4C99EA. Grayscale: #747474. Windows color (decimal): -5020139 or 1402547. OLE color: 1402547.

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

Color convert

RGB 179 102 21 -
CMYK 0 0.43 0.88 0.30
HSL 30.76º 0.79% 0.39% -
HSV(B) 30.76º 0.88% 0.7% -
XYZ 23.48 19.14 3.17 -
YUV 115.79 74.51 173.09 -
System Red Green Blue C M Y K H S L
Decimal 179 102 21 0 0.43 0.88 0.30 30.76 0.79 0.39
Hex B3 66 15 0 2B 58 1E 1F 4F 27
Octal 263 146 25 0 53 130 36 37 117 47
Binary 10110011 1100110 10101 0 101011 1011000 11110 11111 1001111 100111

Color Harmonies of #B36615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36615

Black with #B36615

Text Example


Text Example

White with #B36615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36615; }

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

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

background-color css

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

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

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

border-color css

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

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

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