Html Css Color HEX #B5682F Reno Sand

📋 copy color: '#B5682F'

red 181 ◦ green 104 ◦ blue 47

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

Shades of Reno Sand #B5682F

Tints of Reno Sand #B5682F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.16%

R = 54.52%
G = 31.33%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B5682F (or 0xB5682F) is known color: Reno Sand. HEX triplet: B5, 68 and 2F. RGB value is (181,104,47). Sum of RGB (Red+Green+Blue) = 181+104+47=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B5682F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5682F is #4A97D0. Grayscale: #787878. Windows color (decimal): -4888529 or 3106997. OLE color: 3106997.

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

Color convert

RGB 181 104 47 -
CMYK 0 0.43 0.74 0.29
HSL 25.52º 0.59% 0.45% -
HSV(B) 25.52º 0.74% 0.71% -
XYZ 24.52 19.93 5.24 -
YUV 120.53 86.51 171.13 -
System Red Green Blue C M Y K H S L
Decimal 181 104 47 0 0.43 0.74 0.29 25.52 0.59 0.45
Hex B5 68 2F 0 2B 4A 1D 1A 3B 2D
Octal 265 150 57 0 53 112 35 32 73 55
Binary 10110101 1101000 101111 0 101011 1001010 11101 11010 111011 101101

Color Harmonies of #B5682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5682F

Black with #B5682F

Text Example


Text Example

White with #B5682F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5682F; }

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

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

background-color css

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

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

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

border-color css

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

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

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