Html Css Color HEX #B66E2D Reno Sand

📋 copy color: '#B66E2D'

red 182 ◦ green 110 ◦ blue 45

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

Shades of Reno Sand #B66E2D

Tints of Reno Sand #B66E2D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.64%

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

R = 54.01%
G = 32.64%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B66E2D (or 0xB66E2D) is known color: Reno Sand. HEX triplet: B6, 6E and 2D. RGB value is (182,110,45). Sum of RGB (Red+Green+Blue) = 182+110+45=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66E2D is #4991D2. Grayscale: #7C7C7C. Windows color (decimal): -4821459 or 2977462. OLE color: 2977462.

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

Color convert

RGB 182 110 45 -
CMYK 0 0.40 0.75 0.29
HSL 28.47º 0.6% 0.45% -
HSV(B) 28.47º 0.75% 0.71% -
XYZ 25.34 21.29 5.26 -
YUV 124.12 83.35 169.29 -
System Red Green Blue C M Y K H S L
Decimal 182 110 45 0 0.40 0.75 0.29 28.47 0.6 0.45
Hex B6 6E 2D 0 28 4B 1D 1C 3C 2D
Octal 266 156 55 0 50 113 35 34 74 55
Binary 10110110 1101110 101101 0 101000 1001011 11101 11100 111100 101101

Color Harmonies of #B66E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66E2D

Black with #B66E2D

Text Example


Text Example

White with #B66E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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