Html Css Color HEX #B36E2A Reno Sand

📋 copy color: '#B36E2A'

red 179 ◦ green 110 ◦ blue 42

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

Shades of Reno Sand #B36E2A

Tints of Reno Sand #B36E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.69%

R = 54.08%
G = 33.23%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B36E2A (or 0xB36E2A) is known color: Reno Sand. HEX triplet: B3, 6E and 2A. RGB value is (179,110,42). Sum of RGB (Red+Green+Blue) = 179+110+42=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36E2A is #4C91D5. Grayscale: #7B7B7B. Windows color (decimal): -5018070 or 2780851. OLE color: 2780851.

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

Color convert

RGB 179 110 42 -
CMYK 0 0.39 0.77 0.30
HSL 29.78º 0.62% 0.43% -
HSV(B) 29.78º 0.77% 0.7% -
XYZ 24.58 20.9 4.93 -
YUV 122.88 82.36 168.03 -
System Red Green Blue C M Y K H S L
Decimal 179 110 42 0 0.39 0.77 0.30 29.78 0.62 0.43
Hex B3 6E 2A 0 27 4D 1E 1E 3E 2B
Octal 263 156 52 0 47 115 36 36 76 53
Binary 10110011 1101110 101010 0 100111 1001101 11110 11110 111110 101011

Color Harmonies of #B36E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36E2A

Black with #B36E2A

Text Example


Text Example

White with #B36E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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