Html Css Color HEX #B36828 Reno Sand

📋 copy color: '#B36828'

red 179 ◦ green 104 ◦ blue 40

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

Shades of Reno Sand #B36828

Tints of Reno Sand #B36828

RGB

 RED value IS 179 (70.31% from 255) = 55.42%

 GREEN value IS 104 (41.02% from 255) = 32.2%

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

R = 55.42%
G = 32.2%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B36828 (or 0xB36828) is known color: Reno Sand. HEX triplet: B3, 68 and 28. RGB value is (179,104,40). Sum of RGB (Red+Green+Blue) = 179+104+40=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B36828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36828 is #4C97D7. Grayscale: #777777. Windows color (decimal): -5019608 or 2648243. OLE color: 2648243.

HSL color Cylindrical-coordinate representation of color #B36828: hue angle of 27.63º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B36828 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 104 40 -
CMYK 0 0.42 0.78 0.30
HSL 27.63º 0.63% 0.43% -
HSV(B) 27.63º 0.78% 0.7% -
XYZ 23.92 19.64 4.54 -
YUV 119.13 83.35 170.7 -
System Red Green Blue C M Y K H S L
Decimal 179 104 40 0 0.42 0.78 0.30 27.63 0.63 0.43
Hex B3 68 28 0 2A 4E 1E 1C 3F 2B
Octal 263 150 50 0 52 116 36 34 77 53
Binary 10110011 1101000 101000 0 101010 1001110 11110 11100 111111 101011

Color Harmonies of #B36828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36828

Black with #B36828

Text Example


Text Example

White with #B36828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36828; }

 p { color: rgb(179,104,40); }

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

background-color css

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

 a { background-color: rgb(179,104,40); }

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

border-color css

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

 span { border-color: rgb(179,104,40); }

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