Html Css Color HEX #B66C2C Reno Sand

📋 copy color: '#B66C2C'

red 182 ◦ green 108 ◦ blue 44

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

Shades of Reno Sand #B66C2C

Tints of Reno Sand #B66C2C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

 BLUE value IS 44 (17.58% from 255) = 13.17%

R = 54.49%
G = 32.34%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B66C2C (or 0xB66C2C) is known color: Reno Sand. HEX triplet: B6, 6C and 2C. RGB value is (182,108,44). Sum of RGB (Red+Green+Blue) = 182+108+44=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66C2C is #4993D3. Grayscale: #7B7B7B. Windows color (decimal): -4821972 or 2911414. OLE color: 2911414.

HSL color Cylindrical-coordinate representation of color #B66C2C: hue angle of 27.83º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B66C2C is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 108 44 -
CMYK 0 0.41 0.76 0.29
HSL 27.83º 0.61% 0.44% -
HSV(B) 27.83º 0.76% 0.71% -
XYZ 25.11 20.85 5.08 -
YUV 122.83 83.52 170.2 -
System Red Green Blue C M Y K H S L
Decimal 182 108 44 0 0.41 0.76 0.29 27.83 0.61 0.44
Hex B6 6C 2C 0 29 4C 1D 1C 3D 2C
Octal 266 154 54 0 51 114 35 34 75 54
Binary 10110110 1101100 101100 0 101001 1001100 11101 11100 111101 101100

Color Harmonies of #B66C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66C2C

Black with #B66C2C

Text Example


Text Example

White with #B66C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66C2C; }

 p { color: rgb(182,108,44); }

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

background-color css

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

 a { background-color: rgb(182,108,44); }

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

border-color css

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

 span { border-color: rgb(182,108,44); }

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