Html Css Color HEX #B26728 Reno Sand

📋 copy color: '#B26728'

red 178 ◦ green 103 ◦ blue 40

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

Shades of Reno Sand #B26728

Tints of Reno Sand #B26728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.46%

R = 55.45%
G = 32.09%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B26728 (or 0xB26728) is known color: Reno Sand. HEX triplet: B2, 67 and 28. RGB value is (178,103,40). Sum of RGB (Red+Green+Blue) = 178+103+40=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B26728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26728 is #4D98D7. Grayscale: #767676. Windows color (decimal): -5085400 or 2647986. OLE color: 2647986.

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

Color convert

RGB 178 103 40 -
CMYK 0 0.42 0.78 0.30
HSL 27.39º 0.63% 0.43% -
HSV(B) 27.39º 0.78% 0.7% -
XYZ 23.59 19.32 4.49 -
YUV 118.24 83.85 170.62 -
System Red Green Blue C M Y K H S L
Decimal 178 103 40 0 0.42 0.78 0.30 27.39 0.63 0.43
Hex B2 67 28 0 2A 4E 1E 1B 3F 2B
Octal 262 147 50 0 52 116 36 33 77 53
Binary 10110010 1100111 101000 0 101010 1001110 11110 11011 111111 101011

Color Harmonies of #B26728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26728

Black with #B26728

Text Example


Text Example

White with #B26728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26728; }

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

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

background-color css

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

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

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

border-color css

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

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

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