Html Css Color HEX #B66E39 Reno Sand

📋 copy color: '#B66E39'

red 182 ◦ green 110 ◦ blue 57

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

Shades of Reno Sand #B66E39

Tints of Reno Sand #B66E39

RGB

 RED value IS 182 (71.48% from 255) = 52.15%

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

 BLUE value IS 57 (22.66% from 255) = 16.33%

R = 52.15%
G = 31.52%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B66E39 (or 0xB66E39) is known color: Reno Sand. HEX triplet: B6, 6E and 39. RGB value is (182,110,57). Sum of RGB (Red+Green+Blue) = 182+110+57=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66E39 is #4991C6. Grayscale: #7D7D7D. Windows color (decimal): -4821447 or 3763894. OLE color: 3763894.

HSL color Cylindrical-coordinate representation of color #B66E39: hue angle of 25.44º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B66E39 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 110 57 -
CMYK 0 0.40 0.69 0.29
HSL 25.44º 0.52% 0.47% -
HSV(B) 25.44º 0.69% 0.71% -
XYZ 25.61 21.39 6.65 -
YUV 125.49 89.35 168.31 -
System Red Green Blue C M Y K H S L
Decimal 182 110 57 0 0.40 0.69 0.29 25.44 0.52 0.47
Hex B6 6E 39 0 28 45 1D 19 34 2F
Octal 266 156 71 0 50 105 35 31 64 57
Binary 10110110 1101110 111001 0 101000 1000101 11101 11001 110100 101111

Color Harmonies of #B66E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66E39

Black with #B66E39

Text Example


Text Example

White with #B66E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66E39; }

 p { color: rgb(182,110,57); }

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

background-color css

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

 a { background-color: rgb(182,110,57); }

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

border-color css

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

 span { border-color: rgb(182,110,57); }

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