Html Css Color HEX #B26F37 Reno Sand

📋 copy color: '#B26F37'

red 178 ◦ green 111 ◦ blue 55

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

Shades of Reno Sand #B26F37

Tints of Reno Sand #B26F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.99%

R = 51.74%
G = 32.27%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B26F37 (or 0xB26F37) is known color: Reno Sand. HEX triplet: B2, 6F and 37. RGB value is (178,111,55). Sum of RGB (Red+Green+Blue) = 178+111+55=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26F37 is #4D90C8. Grayscale: #7C7C7C. Windows color (decimal): -5083337 or 3633074. OLE color: 3633074.

HSL color Cylindrical-coordinate representation of color #B26F37: hue angle of 27.32º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B26F37 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 111 55 -
CMYK 0 0.38 0.69 0.30
HSL 27.32º 0.53% 0.46% -
HSV(B) 27.32º 0.69% 0.7% -
XYZ 24.73 21.11 6.39 -
YUV 124.65 88.7 166.05 -
System Red Green Blue C M Y K H S L
Decimal 178 111 55 0 0.38 0.69 0.30 27.32 0.53 0.46
Hex B2 6F 37 0 26 45 1E 1B 35 2E
Octal 262 157 67 0 46 105 36 33 65 56
Binary 10110010 1101111 110111 0 100110 1000101 11110 11011 110101 101110

Color Harmonies of #B26F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26F37

Black with #B26F37

Text Example


Text Example

White with #B26F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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