Html Css Color HEX #B66B2C Reno Sand

📋 copy color: '#B66B2C'

red 182 ◦ green 107 ◦ blue 44

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

Shades of Reno Sand #B66B2C

Tints of Reno Sand #B66B2C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.13%

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

R = 54.65%
G = 32.13%
B = 13.21%

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

#B66B2C (or 0xB66B2C) is known color: Reno Sand. HEX triplet: B6, 6B and 2C. RGB value is (182,107,44). Sum of RGB (Red+Green+Blue) = 182+107+44=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66B2C is #4994D3. Grayscale: #7A7A7A. Windows color (decimal): -4822228 or 2911158. OLE color: 2911158.

HSL color Cylindrical-coordinate representation of color #B66B2C: hue angle of 27.39º 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 #B66B2C is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 107 44 -
CMYK 0 0.41 0.76 0.29
HSL 27.39º 0.61% 0.44% -
HSV(B) 27.39º 0.76% 0.71% -
XYZ 25 20.64 5.05 -
YUV 122.24 83.85 170.62 -
System Red Green Blue C M Y K H S L
Decimal 182 107 44 0 0.41 0.76 0.29 27.39 0.61 0.44
Hex B6 6B 2C 0 29 4C 1D 1B 3D 2C
Octal 266 153 54 0 51 114 35 33 75 54
Binary 10110110 1101011 101100 0 101001 1001100 11101 11011 111101 101100

Color Harmonies of #B66B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66B2C

Black with #B66B2C

Text Example


Text Example

White with #B66B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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