Html Css Color HEX #B66928 Reno Sand

📋 copy color: '#B66928'

red 182 ◦ green 105 ◦ blue 40

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

Shades of Reno Sand #B66928

Tints of Reno Sand #B66928

RGB

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

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

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

R = 55.66%
G = 32.11%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B66928 (or 0xB66928) is known color: Reno Sand. HEX triplet: B6, 69 and 28. RGB value is (182,105,40). Sum of RGB (Red+Green+Blue) = 182+105+40=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B66928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66928 is #4996D7. Grayscale: #787878. Windows color (decimal): -4822744 or 2648502. OLE color: 2648502.

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

Color convert

RGB 182 105 40 -
CMYK 0 0.42 0.78 0.29
HSL 27.46º 0.64% 0.44% -
HSV(B) 27.46º 0.78% 0.71% -
XYZ 24.73 20.2 4.6 -
YUV 120.61 82.51 171.79 -
System Red Green Blue C M Y K H S L
Decimal 182 105 40 0 0.42 0.78 0.29 27.46 0.64 0.44
Hex B6 69 28 0 2A 4E 1D 1B 40 2C
Octal 266 151 50 0 52 116 35 33 100 54
Binary 10110110 1101001 101000 0 101010 1001110 11101 11011 1000000 101100

Color Harmonies of #B66928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66928

Black with #B66928

Text Example


Text Example

White with #B66928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66928; }

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

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

background-color css

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

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

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

border-color css

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

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

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