Html Css Color HEX #B36715 Golden Brown

📋 copy color: '#B36715'

red 179 ◦ green 103 ◦ blue 21

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

Shades of Golden Brown #B36715

Tints of Golden Brown #B36715

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.99%

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

R = 59.08%
G = 33.99%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B36715 (or 0xB36715) is known color: Golden Brown. HEX triplet: B3, 67 and 15. RGB value is (179,103,21). Sum of RGB (Red+Green+Blue) = 179+103+21=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B36715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36715 is #4C98EA. Grayscale: #747474. Windows color (decimal): -5019883 or 1402803. OLE color: 1402803.

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

Color convert

RGB 179 103 21 -
CMYK 0 0.42 0.88 0.30
HSL 31.14º 0.79% 0.39% -
HSV(B) 31.14º 0.88% 0.7% -
XYZ 23.58 19.34 3.2 -
YUV 116.38 74.18 172.67 -
System Red Green Blue C M Y K H S L
Decimal 179 103 21 0 0.42 0.88 0.30 31.14 0.79 0.39
Hex B3 67 15 0 2A 58 1E 1F 4F 27
Octal 263 147 25 0 52 130 36 37 117 47
Binary 10110011 1100111 10101 0 101010 1011000 11110 11111 1001111 100111

Color Harmonies of #B36715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36715

Black with #B36715

Text Example


Text Example

White with #B36715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36715; }

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

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

background-color css

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

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

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

border-color css

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

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

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