Html Css Color HEX #B26A21 Reno Sand

📋 copy color: '#B26A21'

red 178 ◦ green 106 ◦ blue 33

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

Shades of Reno Sand #B26A21

Tints of Reno Sand #B26A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.41%

R = 56.15%
G = 33.44%
B = 10.41%

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

#B26A21 (or 0xB26A21) is known color: Reno Sand. HEX triplet: B2, 6A and 21. RGB value is (178,106,33). Sum of RGB (Red+Green+Blue) = 178+106+33=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26A21 is #4D95DE. Grayscale: #777777. Windows color (decimal): -5084639 or 2190002. OLE color: 2190002.

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

Color convert

RGB 178 106 33 -
CMYK 0 0.40 0.81 0.30
HSL 30.21º 0.69% 0.41% -
HSV(B) 30.21º 0.81% 0.7% -
XYZ 23.79 19.88 4.02 -
YUV 119.21 79.35 169.94 -
System Red Green Blue C M Y K H S L
Decimal 178 106 33 0 0.40 0.81 0.30 30.21 0.69 0.41
Hex B2 6A 21 0 28 51 1E 1E 45 29
Octal 262 152 41 0 50 121 36 36 105 51
Binary 10110010 1101010 100001 0 101000 1010001 11110 11110 1000101 101001

Color Harmonies of #B26A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26A21

Black with #B26A21

Text Example


Text Example

White with #B26A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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