Html Css Color HEX #B66C2D Reno Sand

📋 copy color: '#B66C2D'

red 182 ◦ green 108 ◦ blue 45

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

Shades of Reno Sand #B66C2D

Tints of Reno Sand #B66C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.43%

R = 54.33%
G = 32.24%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B66C2D (or 0xB66C2D) is known color: Reno Sand. HEX triplet: B6, 6C and 2D. RGB value is (182,108,45). Sum of RGB (Red+Green+Blue) = 182+108+45=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66C2D is #4993D2. Grayscale: #7B7B7B. Windows color (decimal): -4821971 or 2976950. OLE color: 2976950.

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

Color convert

RGB 182 108 45 -
CMYK 0 0.41 0.75 0.29
HSL 27.59º 0.6% 0.45% -
HSV(B) 27.59º 0.75% 0.71% -
XYZ 25.13 20.86 5.18 -
YUV 122.94 84.02 170.12 -
System Red Green Blue C M Y K H S L
Decimal 182 108 45 0 0.41 0.75 0.29 27.59 0.6 0.45
Hex B6 6C 2D 0 29 4B 1D 1C 3C 2D
Octal 266 154 55 0 51 113 35 34 74 55
Binary 10110110 1101100 101101 0 101001 1001011 11101 11100 111100 101101

Color Harmonies of #B66C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66C2D

Black with #B66C2D

Text Example


Text Example

White with #B66C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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