Html Css Color HEX #B26530 Reno Sand

📋 copy color: '#B26530'

red 178 ◦ green 101 ◦ blue 48

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

Shades of Reno Sand #B26530

Tints of Reno Sand #B26530

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.89%

 BLUE value IS 48 (19.14% from 255) = 14.68%

R = 54.43%
G = 30.89%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B26530 (or 0xB26530) is known color: Reno Sand. HEX triplet: B2, 65 and 30. RGB value is (178,101,48). Sum of RGB (Red+Green+Blue) = 178+101+48=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B26530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26530 is #4D9ACF. Grayscale: #767676. Windows color (decimal): -5085904 or 3171762. OLE color: 3171762.

HSL color Cylindrical-coordinate representation of color #B26530: hue angle of 24.46º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B26530 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 101 48 -
CMYK 0 0.43 0.73 0.30
HSL 24.46º 0.58% 0.44% -
HSV(B) 24.46º 0.73% 0.7% -
XYZ 23.55 18.99 5.22 -
YUV 117.98 88.51 170.81 -
System Red Green Blue C M Y K H S L
Decimal 178 101 48 0 0.43 0.73 0.30 24.46 0.58 0.44
Hex B2 65 30 0 2B 49 1E 18 3A 2C
Octal 262 145 60 0 53 111 36 30 72 54
Binary 10110010 1100101 110000 0 101011 1001001 11110 11000 111010 101100

Color Harmonies of #B26530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26530

Black with #B26530

Text Example


Text Example

White with #B26530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26530; }

 p { color: rgb(178,101,48); }

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

background-color css

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

 a { background-color: rgb(178,101,48); }

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

border-color css

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

 span { border-color: rgb(178,101,48); }

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