Html Css Color HEX #B36E2E Reno Sand

📋 copy color: '#B36E2E'

red 179 ◦ green 110 ◦ blue 46

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

Shades of Reno Sand #B36E2E

Tints of Reno Sand #B36E2E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.84%

 BLUE value IS 46 (18.36% from 255) = 13.73%

R = 53.43%
G = 32.84%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B36E2E (or 0xB36E2E) is known color: Reno Sand. HEX triplet: B3, 6E and 2E. RGB value is (179,110,46). Sum of RGB (Red+Green+Blue) = 179+110+46=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36E2E is #4C91D1. Grayscale: #7B7B7B. Windows color (decimal): -5018066 or 3042995. OLE color: 3042995.

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

Color convert

RGB 179 110 46 -
CMYK 0 0.39 0.74 0.30
HSL 28.87º 0.59% 0.44% -
HSV(B) 28.87º 0.74% 0.7% -
XYZ 24.66 20.93 5.33 -
YUV 123.34 84.36 167.7 -
System Red Green Blue C M Y K H S L
Decimal 179 110 46 0 0.39 0.74 0.30 28.87 0.59 0.44
Hex B3 6E 2E 0 27 4A 1E 1D 3B 2C
Octal 263 156 56 0 47 112 36 35 73 54
Binary 10110011 1101110 101110 0 100111 1001010 11110 11101 111011 101100

Color Harmonies of #B36E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36E2E

Black with #B36E2E

Text Example


Text Example

White with #B36E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36E2E; }

 p { color: rgb(179,110,46); }

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

background-color css

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

 a { background-color: rgb(179,110,46); }

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

border-color css

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

 span { border-color: rgb(179,110,46); }

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