Html Css Color HEX #B5682C Reno Sand

📋 copy color: '#B5682C'

red 181 ◦ green 104 ◦ blue 44

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

Shades of Reno Sand #B5682C

Tints of Reno Sand #B5682C

RGB

 RED value IS 181 (71.09% from 255) = 55.02%

 GREEN value IS 104 (41.02% from 255) = 31.61%

 BLUE value IS 44 (17.58% from 255) = 13.37%

R = 55.02%
G = 31.61%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5682C (or 0xB5682C) is known color: Reno Sand. HEX triplet: B5, 68 and 2C. RGB value is (181,104,44). Sum of RGB (Red+Green+Blue) = 181+104+44=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5682C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5682C is #4A97D3. Grayscale: #787878. Windows color (decimal): -4888532 or 2910389. OLE color: 2910389.

HSL color Cylindrical-coordinate representation of color #B5682C: hue angle of 26.28º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5682C is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 104 44 -
CMYK 0 0.43 0.76 0.29
HSL 26.28º 0.61% 0.44% -
HSV(B) 26.28º 0.76% 0.71% -
XYZ 24.46 19.91 4.94 -
YUV 120.18 85.01 171.38 -
System Red Green Blue C M Y K H S L
Decimal 181 104 44 0 0.43 0.76 0.29 26.28 0.61 0.44
Hex B5 68 2C 0 2B 4C 1D 1A 3D 2C
Octal 265 150 54 0 53 114 35 32 75 54
Binary 10110101 1101000 101100 0 101011 1001100 11101 11010 111101 101100

Color Harmonies of #B5682C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5682C

Black with #B5682C

Text Example


Text Example

White with #B5682C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5682C; }

 p { color: rgb(181,104,44); }

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

background-color css

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

 a { background-color: rgb(181,104,44); }

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

border-color css

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

 span { border-color: rgb(181,104,44); }

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