Html Css Color HEX #B66937 Reno Sand

📋 copy color: '#B66937'

red 182 ◦ green 105 ◦ blue 55

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

Shades of Reno Sand #B66937

Tints of Reno Sand #B66937

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.7%

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

R = 53.22%
G = 30.7%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B66937 (or 0xB66937) is known color: Reno Sand. HEX triplet: B6, 69 and 37. RGB value is (182,105,55). Sum of RGB (Red+Green+Blue) = 182+105+55=342 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.22% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 182 - color contains mainly: red. Hex color #B66937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66937 is #4996C8. Grayscale: #7A7A7A. Windows color (decimal): -4822729 or 3631542. OLE color: 3631542.

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

Color convert

RGB 182 105 55 -
CMYK 0 0.42 0.70 0.29
HSL 23.62º 0.54% 0.46% -
HSV(B) 23.62º 0.7% 0.71% -
XYZ 25.03 20.32 6.22 -
YUV 122.32 90.01 170.57 -
System Red Green Blue C M Y K H S L
Decimal 182 105 55 0 0.42 0.70 0.29 23.62 0.54 0.46
Hex B6 69 37 0 2A 46 1D 18 36 2E
Octal 266 151 67 0 52 106 35 30 66 56
Binary 10110110 1101001 110111 0 101010 1000110 11101 11000 110110 101110

Color Harmonies of #B66937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66937

Black with #B66937

Text Example


Text Example

White with #B66937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66937; }

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

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

background-color css

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

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

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

border-color css

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

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

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