Html Css Color HEX #B66C28 Reno Sand

📋 copy color: '#B66C28'

red 182 ◦ green 108 ◦ blue 40

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

Shades of Reno Sand #B66C28

Tints of Reno Sand #B66C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.12%

R = 55.15%
G = 32.73%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B66C28 (or 0xB66C28) is known color: Reno Sand. HEX triplet: B6, 6C and 28. RGB value is (182,108,40). Sum of RGB (Red+Green+Blue) = 182+108+40=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66C28 is #4993D7. Grayscale: #7A7A7A. Windows color (decimal): -4821976 or 2649270. OLE color: 2649270.

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

Color convert

RGB 182 108 40 -
CMYK 0 0.41 0.78 0.29
HSL 28.73º 0.64% 0.44% -
HSV(B) 28.73º 0.78% 0.71% -
XYZ 25.04 20.82 4.71 -
YUV 122.37 81.52 170.53 -
System Red Green Blue C M Y K H S L
Decimal 182 108 40 0 0.41 0.78 0.29 28.73 0.64 0.44
Hex B6 6C 28 0 29 4E 1D 1D 40 2C
Octal 266 154 50 0 51 116 35 35 100 54
Binary 10110110 1101100 101000 0 101001 1001110 11101 11101 1000000 101100

Color Harmonies of #B66C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66C28

Black with #B66C28

Text Example


Text Example

White with #B66C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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