Html Css Color HEX #B26A22 Reno Sand

📋 copy color: '#B26A22'

red 178 ◦ green 106 ◦ blue 34

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

Shades of Reno Sand #B26A22

Tints of Reno Sand #B26A22

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.33%

 BLUE value IS 34 (13.67% from 255) = 10.69%

R = 55.97%
G = 33.33%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B26A22 (or 0xB26A22) is known color: Reno Sand. HEX triplet: B2, 6A and 22. RGB value is (178,106,34). Sum of RGB (Red+Green+Blue) = 178+106+34=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26A22 is #4D95DD. Grayscale: #777777. Windows color (decimal): -5084638 or 2255538. OLE color: 2255538.

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

Color convert

RGB 178 106 34 -
CMYK 0 0.40 0.81 0.30
HSL 30º 0.68% 0.42% -
HSV(B) 30º 0.81% 0.7% -
XYZ 23.8 19.89 4.1 -
YUV 119.32 79.85 169.85 -
System Red Green Blue C M Y K H S L
Decimal 178 106 34 0 0.40 0.81 0.30 30 0.68 0.42
Hex B2 6A 22 0 28 51 1E 1E 44 2A
Octal 262 152 42 0 50 121 36 36 104 52
Binary 10110010 1101010 100010 0 101000 1010001 11110 11110 1000100 101010

Color Harmonies of #B26A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26A22

Black with #B26A22

Text Example


Text Example

White with #B26A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26A22; }

 p { color: rgb(178,106,34); }

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

background-color css

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

 a { background-color: rgb(178,106,34); }

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

border-color css

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

 span { border-color: rgb(178,106,34); }

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