Html Css Color HEX #B26720 Reno Sand

📋 copy color: '#B26720'

red 178 ◦ green 103 ◦ blue 32

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

Shades of Reno Sand #B26720

Tints of Reno Sand #B26720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.91%

 BLUE value IS 32 (12.89% from 255) = 10.22%

R = 56.87%
G = 32.91%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B26720 (or 0xB26720) is known color: Reno Sand. HEX triplet: B2, 67 and 20. RGB value is (178,103,32). Sum of RGB (Red+Green+Blue) = 178+103+32=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B26720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26720 is #4D98DF. Grayscale: #757575. Windows color (decimal): -5085408 or 2123698. OLE color: 2123698.

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

Color convert

RGB 178 103 32 -
CMYK 0 0.42 0.82 0.30
HSL 29.18º 0.7% 0.41% -
HSV(B) 29.18º 0.82% 0.7% -
XYZ 23.47 19.27 3.85 -
YUV 117.33 79.85 171.27 -
System Red Green Blue C M Y K H S L
Decimal 178 103 32 0 0.42 0.82 0.30 29.18 0.7 0.41
Hex B2 67 20 0 2A 52 1E 1D 46 29
Octal 262 147 40 0 52 122 36 35 106 51
Binary 10110010 1100111 100000 0 101010 1010010 11110 11101 1000110 101001

Color Harmonies of #B26720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26720

Black with #B26720

Text Example


Text Example

White with #B26720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26720; }

 p { color: rgb(178,103,32); }

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

background-color css

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

 a { background-color: rgb(178,103,32); }

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

border-color css

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

 span { border-color: rgb(178,103,32); }

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