Html Css Color HEX #B66B37 Reno Sand

📋 copy color: '#B66B37'

red 182 ◦ green 107 ◦ blue 55

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

Shades of Reno Sand #B66B37

Tints of Reno Sand #B66B37

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.1%

 BLUE value IS 55 (21.88% from 255) = 15.99%

R = 52.91%
G = 31.1%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B66B37 (or 0xB66B37) is known color: Reno Sand. HEX triplet: B6, 6B and 37. RGB value is (182,107,55). Sum of RGB (Red+Green+Blue) = 182+107+55=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66B37 is #4994C8. Grayscale: #7B7B7B. Windows color (decimal): -4822217 or 3632054. OLE color: 3632054.

HSL color Cylindrical-coordinate representation of color #B66B37: hue angle of 24.57º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B66B37 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 107 55 -
CMYK 0 0.41 0.70 0.29
HSL 24.57º 0.54% 0.46% -
HSV(B) 24.57º 0.7% 0.71% -
XYZ 25.24 20.74 6.29 -
YUV 123.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 182 107 55 0 0.41 0.70 0.29 24.57 0.54 0.46
Hex B6 6B 37 0 29 46 1D 19 36 2E
Octal 266 153 67 0 51 106 35 31 66 56
Binary 10110110 1101011 110111 0 101001 1000110 11101 11001 110110 101110

Color Harmonies of #B66B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66B37

Black with #B66B37

Text Example


Text Example

White with #B66B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66B37; }

 p { color: rgb(182,107,55); }

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

background-color css

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

 a { background-color: rgb(182,107,55); }

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

border-color css

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

 span { border-color: rgb(182,107,55); }

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