Html Css Color HEX #B5682E Reno Sand

📋 copy color: '#B5682E'

red 181 ◦ green 104 ◦ blue 46

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

Shades of Reno Sand #B5682E

Tints of Reno Sand #B5682E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.9%

R = 54.68%
G = 31.42%
B = 13.9%

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

#B5682E (or 0xB5682E) is known color: Reno Sand. HEX triplet: B5, 68 and 2E. RGB value is (181,104,46). Sum of RGB (Red+Green+Blue) = 181+104+46=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B5682E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5682E is #4A97D1. Grayscale: #787878. Windows color (decimal): -4888530 or 3041461. OLE color: 3041461.

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

Color convert

RGB 181 104 46 -
CMYK 0 0.43 0.75 0.29
HSL 25.78º 0.59% 0.45% -
HSV(B) 25.78º 0.75% 0.71% -
XYZ 24.5 19.92 5.14 -
YUV 120.41 86.01 171.22 -
System Red Green Blue C M Y K H S L
Decimal 181 104 46 0 0.43 0.75 0.29 25.78 0.59 0.45
Hex B5 68 2E 0 2B 4B 1D 1A 3B 2D
Octal 265 150 56 0 53 113 35 32 73 55
Binary 10110101 1101000 101110 0 101011 1001011 11101 11010 111011 101101

Color Harmonies of #B5682E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5682E

Black with #B5682E

Text Example


Text Example

White with #B5682E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5682E; }

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

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

background-color css

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

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

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

border-color css

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

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

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