Html Css Color HEX #B66C2B Reno Sand

📋 copy color: '#B66C2B'

red 182 ◦ green 108 ◦ blue 43

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

Shades of Reno Sand #B66C2B

Tints of Reno Sand #B66C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.91%

R = 54.65%
G = 32.43%
B = 12.91%

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

#B66C2B (or 0xB66C2B) is known color: Reno Sand. HEX triplet: B6, 6C and 2B. RGB value is (182,108,43). Sum of RGB (Red+Green+Blue) = 182+108+43=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66C2B is #4993D4. Grayscale: #7B7B7B. Windows color (decimal): -4821973 or 2845878. OLE color: 2845878.

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

Color convert

RGB 182 108 43 -
CMYK 0 0.41 0.76 0.29
HSL 28.06º 0.62% 0.44% -
HSV(B) 28.06º 0.76% 0.71% -
XYZ 25.09 20.84 4.99 -
YUV 122.72 83.02 170.29 -
System Red Green Blue C M Y K H S L
Decimal 182 108 43 0 0.41 0.76 0.29 28.06 0.62 0.44
Hex B6 6C 2B 0 29 4C 1D 1C 3E 2C
Octal 266 154 53 0 51 114 35 34 76 54
Binary 10110110 1101100 101011 0 101001 1001100 11101 11100 111110 101100

Color Harmonies of #B66C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66C2B

Black with #B66C2B

Text Example


Text Example

White with #B66C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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