Html Css Color HEX #B26B24 Reno Sand

📋 copy color: '#B26B24'

red 178 ◦ green 107 ◦ blue 36

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

Shades of Reno Sand #B26B24

Tints of Reno Sand #B26B24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.21%

R = 55.45%
G = 33.33%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B26B24 (or 0xB26B24) is known color: Reno Sand. HEX triplet: B2, 6B and 24. RGB value is (178,107,36). Sum of RGB (Red+Green+Blue) = 178+107+36=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26B24 is #4D94DB. Grayscale: #787878. Windows color (decimal): -5084380 or 2386866. OLE color: 2386866.

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

Color convert

RGB 178 107 36 -
CMYK 0 0.40 0.80 0.30
HSL 30º 0.66% 0.42% -
HSV(B) 30º 0.8% 0.7% -
XYZ 23.94 20.11 4.29 -
YUV 120.14 80.52 169.27 -
System Red Green Blue C M Y K H S L
Decimal 178 107 36 0 0.40 0.80 0.30 30 0.66 0.42
Hex B2 6B 24 0 28 50 1E 1E 42 2A
Octal 262 153 44 0 50 120 36 36 102 52
Binary 10110010 1101011 100100 0 101000 1010000 11110 11110 1000010 101010

Color Harmonies of #B26B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26B24

Black with #B26B24

Text Example


Text Example

White with #B26B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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