Html Css Color HEX #B66D2C Reno Sand

📋 copy color: '#B66D2C'

red 182 ◦ green 109 ◦ blue 44

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

Shades of Reno Sand #B66D2C

Tints of Reno Sand #B66D2C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.54%

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

R = 54.33%
G = 32.54%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B66D2C (or 0xB66D2C) is known color: Reno Sand. HEX triplet: B6, 6D and 2C. RGB value is (182,109,44). Sum of RGB (Red+Green+Blue) = 182+109+44=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66D2C is #4992D3. Grayscale: #7B7B7B. Windows color (decimal): -4821716 or 2911670. OLE color: 2911670.

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

Color convert

RGB 182 109 44 -
CMYK 0 0.40 0.76 0.29
HSL 28.26º 0.61% 0.44% -
HSV(B) 28.26º 0.76% 0.71% -
XYZ 25.21 21.06 5.12 -
YUV 123.42 83.18 169.79 -
System Red Green Blue C M Y K H S L
Decimal 182 109 44 0 0.40 0.76 0.29 28.26 0.61 0.44
Hex B6 6D 2C 0 28 4C 1D 1C 3D 2C
Octal 266 155 54 0 50 114 35 34 75 54
Binary 10110110 1101101 101100 0 101000 1001100 11101 11100 111101 101100

Color Harmonies of #B66D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66D2C

Black with #B66D2C

Text Example


Text Example

White with #B66D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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