Html Css Color HEX #B66C36 Reno Sand

📋 copy color: '#B66C36'

red 182 ◦ green 108 ◦ blue 54

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

Shades of Reno Sand #B66C36

Tints of Reno Sand #B66C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.7%

R = 52.91%
G = 31.4%
B = 15.7%

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

#B66C36 (or 0xB66C36) is known color: Reno Sand. HEX triplet: B6, 6C and 36. RGB value is (182,108,54). Sum of RGB (Red+Green+Blue) = 182+108+54=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66C36 is #4993C9. Grayscale: #7C7C7C. Windows color (decimal): -4821962 or 3566774. OLE color: 3566774.

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

Color convert

RGB 182 108 54 -
CMYK 0 0.41 0.70 0.29
HSL 25.31º 0.54% 0.46% -
HSV(B) 25.31º 0.7% 0.71% -
XYZ 25.32 20.94 6.2 -
YUV 123.97 88.52 169.39 -
System Red Green Blue C M Y K H S L
Decimal 182 108 54 0 0.41 0.70 0.29 25.31 0.54 0.46
Hex B6 6C 36 0 29 46 1D 19 36 2E
Octal 266 154 66 0 51 106 35 31 66 56
Binary 10110110 1101100 110110 0 101001 1000110 11101 11001 110110 101110

Color Harmonies of #B66C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66C36

Black with #B66C36

Text Example


Text Example

White with #B66C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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