Html Css Color HEX #B66A2D Reno Sand

📋 copy color: '#B66A2D'

red 182 ◦ green 106 ◦ blue 45

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

Shades of Reno Sand #B66A2D

Tints of Reno Sand #B66A2D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.83%

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

R = 54.65%
G = 31.83%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B66A2D (or 0xB66A2D) is known color: Reno Sand. HEX triplet: B6, 6A and 2D. RGB value is (182,106,45). Sum of RGB (Red+Green+Blue) = 182+106+45=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66A2D is #4995D2. Grayscale: #7A7A7A. Windows color (decimal): -4822483 or 2976438. OLE color: 2976438.

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

Color convert

RGB 182 106 45 -
CMYK 0 0.42 0.75 0.29
HSL 26.72º 0.6% 0.45% -
HSV(B) 26.72º 0.75% 0.71% -
XYZ 24.92 20.44 5.12 -
YUV 121.77 84.68 170.96 -
System Red Green Blue C M Y K H S L
Decimal 182 106 45 0 0.42 0.75 0.29 26.72 0.6 0.45
Hex B6 6A 2D 0 2A 4B 1D 1B 3C 2D
Octal 266 152 55 0 52 113 35 33 74 55
Binary 10110110 1101010 101101 0 101010 1001011 11101 11011 111100 101101

Color Harmonies of #B66A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66A2D

Black with #B66A2D

Text Example


Text Example

White with #B66A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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