Html Css Color HEX #B26829 Reno Sand

📋 copy color: '#B26829'

red 178 ◦ green 104 ◦ blue 41

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

Shades of Reno Sand #B26829

Tints of Reno Sand #B26829

RGB

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

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

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

R = 55.11%
G = 32.2%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B26829 (or 0xB26829) is known color: Reno Sand. HEX triplet: B2, 68 and 29. RGB value is (178,104,41). Sum of RGB (Red+Green+Blue) = 178+104+41=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B26829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26829 is #4D97D6. Grayscale: #777777. Windows color (decimal): -5085143 or 2713778. OLE color: 2713778.

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

Color convert

RGB 178 104 41 -
CMYK 0 0.42 0.77 0.30
HSL 27.59º 0.63% 0.43% -
HSV(B) 27.59º 0.77% 0.7% -
XYZ 23.71 19.53 4.62 -
YUV 118.94 84.02 170.12 -
System Red Green Blue C M Y K H S L
Decimal 178 104 41 0 0.42 0.77 0.30 27.59 0.63 0.43
Hex B2 68 29 0 2A 4D 1E 1C 3F 2B
Octal 262 150 51 0 52 115 36 34 77 53
Binary 10110010 1101000 101001 0 101010 1001101 11110 11100 111111 101011

Color Harmonies of #B26829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26829

Black with #B26829

Text Example


Text Example

White with #B26829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26829; }

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

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

background-color css

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

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

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

border-color css

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

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

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