Html Css Color HEX #B06E26 Reno Sand

📋 copy color: '#B06E26'

red 176 ◦ green 110 ◦ blue 38

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

Shades of Reno Sand #B06E26

Tints of Reno Sand #B06E26

RGB

 RED value IS 176 (69.14% from 255) = 54.32%

 GREEN value IS 110 (43.36% from 255) = 33.95%

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

R = 54.32%
G = 33.95%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B06E26 (or 0xB06E26) is known color: Reno Sand. HEX triplet: B0, 6E and 26. RGB value is (176,110,38). Sum of RGB (Red+Green+Blue) = 176+110+38=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06E26 is #4F91D9. Grayscale: #797979. Windows color (decimal): -5214682 or 2518704. OLE color: 2518704.

HSL color Cylindrical-coordinate representation of color #B06E26: hue angle of 31.3º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B06E26 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 110 38 -
CMYK 0 0.37 0.78 0.31
HSL 31.3º 0.64% 0.42% -
HSV(B) 31.3º 0.78% 0.69% -
XYZ 23.83 20.52 4.54 -
YUV 121.53 80.87 166.85 -
System Red Green Blue C M Y K H S L
Decimal 176 110 38 0 0.37 0.78 0.31 31.3 0.64 0.42
Hex B0 6E 26 0 25 4E 1F 1F 40 2A
Octal 260 156 46 0 45 116 37 37 100 52
Binary 10110000 1101110 100110 0 100101 1001110 11111 11111 1000000 101010

Color Harmonies of #B06E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06E26

Black with #B06E26

Text Example


Text Example

White with #B06E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06E26; }

 p { color: rgb(176,110,38); }

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

background-color css

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

 a { background-color: rgb(176,110,38); }

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

border-color css

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

 span { border-color: rgb(176,110,38); }

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