Html Css Color HEX #B26F29 Reno Sand

📋 copy color: '#B26F29'

red 178 ◦ green 111 ◦ blue 41

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

Shades of Reno Sand #B26F29

Tints of Reno Sand #B26F29

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.64%

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

R = 53.94%
G = 33.64%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B26F29 (or 0xB26F29) is known color: Reno Sand. HEX triplet: B2, 6F and 29. RGB value is (178,111,41). Sum of RGB (Red+Green+Blue) = 178+111+41=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26F29 is #4D90D6. Grayscale: #7B7B7B. Windows color (decimal): -5083351 or 2715570. OLE color: 2715570.

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

Color convert

RGB 178 111 41 -
CMYK 0 0.38 0.77 0.30
HSL 30.66º 0.63% 0.43% -
HSV(B) 30.66º 0.77% 0.7% -
XYZ 24.44 20.99 4.86 -
YUV 123.05 81.7 167.19 -
System Red Green Blue C M Y K H S L
Decimal 178 111 41 0 0.38 0.77 0.30 30.66 0.63 0.43
Hex B2 6F 29 0 26 4D 1E 1F 3F 2B
Octal 262 157 51 0 46 115 36 37 77 53
Binary 10110010 1101111 101001 0 100110 1001101 11110 11111 111111 101011

Color Harmonies of #B26F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26F29

Black with #B26F29

Text Example


Text Example

White with #B26F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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