Html Css Color HEX #B26526 Reno Sand

📋 copy color: '#B26526'

red 178 ◦ green 101 ◦ blue 38

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

Shades of Reno Sand #B26526

Tints of Reno Sand #B26526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.99%

R = 56.15%
G = 31.86%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B26526 (or 0xB26526) is known color: Reno Sand. HEX triplet: B2, 65 and 26. RGB value is (178,101,38). Sum of RGB (Red+Green+Blue) = 178+101+38=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B26526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26526 is #4D9AD9. Grayscale: #757575. Windows color (decimal): -5085914 or 2516402. OLE color: 2516402.

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

Color convert

RGB 178 101 38 -
CMYK 0 0.43 0.79 0.30
HSL 27º 0.65% 0.42% -
HSV(B) 27º 0.79% 0.7% -
XYZ 23.36 18.91 4.25 -
YUV 116.84 83.51 171.62 -
System Red Green Blue C M Y K H S L
Decimal 178 101 38 0 0.43 0.79 0.30 27 0.65 0.42
Hex B2 65 26 0 2B 4F 1E 1B 41 2A
Octal 262 145 46 0 53 117 36 33 101 52
Binary 10110010 1100101 100110 0 101011 1001111 11110 11011 1000001 101010

Color Harmonies of #B26526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26526

Black with #B26526

Text Example


Text Example

White with #B26526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26526; }

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

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

background-color css

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

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

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

border-color css

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

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

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