Html Css Color HEX #B5682B Reno Sand

📋 copy color: '#B5682B'

red 181 ◦ green 104 ◦ blue 43

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

Shades of Reno Sand #B5682B

Tints of Reno Sand #B5682B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.11%

R = 55.18%
G = 31.71%
B = 13.11%

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

#B5682B (or 0xB5682B) is known color: Reno Sand. HEX triplet: B5, 68 and 2B. RGB value is (181,104,43). Sum of RGB (Red+Green+Blue) = 181+104+43=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B5682B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5682B is #4A97D4. Grayscale: #787878. Windows color (decimal): -4888533 or 2844853. OLE color: 2844853.

HSL color Cylindrical-coordinate representation of color #B5682B: hue angle of 26.52º degrees, saturation: 0.62, 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 #B5682B is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 104 43 -
CMYK 0 0.43 0.76 0.29
HSL 26.52º 0.62% 0.44% -
HSV(B) 26.52º 0.76% 0.71% -
XYZ 24.44 19.9 4.84 -
YUV 120.07 84.51 171.46 -
System Red Green Blue C M Y K H S L
Decimal 181 104 43 0 0.43 0.76 0.29 26.52 0.62 0.44
Hex B5 68 2B 0 2B 4C 1D 1B 3E 2C
Octal 265 150 53 0 53 114 35 33 76 54
Binary 10110101 1101000 101011 0 101011 1001100 11101 11011 111110 101100

Color Harmonies of #B5682B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5682B

Black with #B5682B

Text Example


Text Example

White with #B5682B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5682B; }

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

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

background-color css

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

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

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

border-color css

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

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

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