Html Css Color HEX #B26535 Reno Sand

📋 copy color: '#B26535'

red 178 ◦ green 101 ◦ blue 53

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

Shades of Reno Sand #B26535

Tints of Reno Sand #B26535

RGB

 RED value IS 178 (69.92% from 255) = 53.61%

 GREEN value IS 101 (39.84% from 255) = 30.42%

 BLUE value IS 53 (21.09% from 255) = 15.96%

R = 53.61%
G = 30.42%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B26535 (or 0xB26535) is known color: Reno Sand. HEX triplet: B2, 65 and 35. RGB value is (178,101,53). Sum of RGB (Red+Green+Blue) = 178+101+53=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B26535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26535 is #4D9ACA. Grayscale: #767676. Windows color (decimal): -5085899 or 3499442. OLE color: 3499442.

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

Color convert

RGB 178 101 53 -
CMYK 0 0.43 0.70 0.30
HSL 23.04º 0.54% 0.45% -
HSV(B) 23.04º 0.7% 0.7% -
XYZ 23.66 19.03 5.79 -
YUV 118.55 91.01 170.4 -
System Red Green Blue C M Y K H S L
Decimal 178 101 53 0 0.43 0.70 0.30 23.04 0.54 0.45
Hex B2 65 35 0 2B 46 1E 17 36 2D
Octal 262 145 65 0 53 106 36 27 66 55
Binary 10110010 1100101 110101 0 101011 1000110 11110 10111 110110 101101

Color Harmonies of #B26535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26535

Black with #B26535

Text Example


Text Example

White with #B26535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26535; }

 p { color: rgb(178,101,53); }

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

background-color css

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

 a { background-color: rgb(178,101,53); }

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

border-color css

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

 span { border-color: rgb(178,101,53); }

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