Html Css Color HEX #B5682D Reno Sand

📋 copy color: '#B5682D'

red 181 ◦ green 104 ◦ blue 45

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

Shades of Reno Sand #B5682D

Tints of Reno Sand #B5682D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.64%

R = 54.85%
G = 31.52%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5682D (or 0xB5682D) is known color: Reno Sand. HEX triplet: B5, 68 and 2D. RGB value is (181,104,45). Sum of RGB (Red+Green+Blue) = 181+104+45=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B5682D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5682D is #4A97D2. Grayscale: #787878. Windows color (decimal): -4888531 or 2975925. OLE color: 2975925.

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

Color convert

RGB 181 104 45 -
CMYK 0 0.43 0.75 0.29
HSL 26.03º 0.6% 0.44% -
HSV(B) 26.03º 0.75% 0.71% -
XYZ 24.48 19.91 5.04 -
YUV 120.3 85.51 171.3 -
System Red Green Blue C M Y K H S L
Decimal 181 104 45 0 0.43 0.75 0.29 26.03 0.6 0.44
Hex B5 68 2D 0 2B 4B 1D 1A 3C 2C
Octal 265 150 55 0 53 113 35 32 74 54
Binary 10110101 1101000 101101 0 101011 1001011 11101 11010 111100 101100

Color Harmonies of #B5682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5682D

Black with #B5682D

Text Example


Text Example

White with #B5682D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5682D; }

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

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

background-color css

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

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

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

border-color css

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

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

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