Html Css Color HEX #B26529 Reno Sand

📋 copy color: '#B26529'

red 178 ◦ green 101 ◦ blue 41

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

Shades of Reno Sand #B26529

Tints of Reno Sand #B26529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.81%

R = 55.63%
G = 31.56%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B26529 (or 0xB26529) is known color: Reno Sand. HEX triplet: B2, 65 and 29. RGB value is (178,101,41). Sum of RGB (Red+Green+Blue) = 178+101+41=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B26529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26529 is #4D9AD6. Grayscale: #757575. Windows color (decimal): -5085911 or 2713010. OLE color: 2713010.

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

Color convert

RGB 178 101 41 -
CMYK 0 0.43 0.77 0.30
HSL 26.28º 0.63% 0.43% -
HSV(B) 26.28º 0.77% 0.7% -
XYZ 23.41 18.93 4.52 -
YUV 117.18 85.01 171.38 -
System Red Green Blue C M Y K H S L
Decimal 178 101 41 0 0.43 0.77 0.30 26.28 0.63 0.43
Hex B2 65 29 0 2B 4D 1E 1A 3F 2B
Octal 262 145 51 0 53 115 36 32 77 53
Binary 10110010 1100101 101001 0 101011 1001101 11110 11010 111111 101011

Color Harmonies of #B26529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26529

Black with #B26529

Text Example


Text Example

White with #B26529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26529; }

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

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

background-color css

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

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

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

border-color css

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

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

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