Html Css Color HEX #B26B32 Reno Sand

📋 copy color: '#B26B32'

red 178 ◦ green 107 ◦ blue 50

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

Shades of Reno Sand #B26B32

Tints of Reno Sand #B26B32

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.94%

 BLUE value IS 50 (19.92% from 255) = 14.93%

R = 53.13%
G = 31.94%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B26B32 (or 0xB26B32) is known color: Reno Sand. HEX triplet: B2, 6B and 32. RGB value is (178,107,50). Sum of RGB (Red+Green+Blue) = 178+107+50=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26B32 is #4D94CD. Grayscale: #7A7A7A. Windows color (decimal): -5084366 or 3304370. OLE color: 3304370.

HSL color Cylindrical-coordinate representation of color #B26B32: hue angle of 26.72º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B26B32 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 107 50 -
CMYK 0 0.40 0.72 0.30
HSL 26.72º 0.56% 0.45% -
HSV(B) 26.72º 0.72% 0.7% -
XYZ 24.19 20.21 5.64 -
YUV 121.73 87.52 168.13 -
System Red Green Blue C M Y K H S L
Decimal 178 107 50 0 0.40 0.72 0.30 26.72 0.56 0.45
Hex B2 6B 32 0 28 48 1E 1B 38 2D
Octal 262 153 62 0 50 110 36 33 70 55
Binary 10110010 1101011 110010 0 101000 1001000 11110 11011 111000 101101

Color Harmonies of #B26B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26B32

Black with #B26B32

Text Example


Text Example

White with #B26B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26B32; }

 p { color: rgb(178,107,50); }

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

background-color css

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

 a { background-color: rgb(178,107,50); }

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

border-color css

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

 span { border-color: rgb(178,107,50); }

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