Html Css Color HEX #B5753A Reno Sand

📋 copy color: '#B5753A'

red 181 ◦ green 117 ◦ blue 58

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

Shades of Reno Sand #B5753A

Tints of Reno Sand #B5753A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.87%

 BLUE value IS 58 (23.05% from 255) = 16.29%

R = 50.84%
G = 32.87%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5753A (or 0xB5753A) is known color: Reno Sand. HEX triplet: B5, 75 and 3A. RGB value is (181,117,58). Sum of RGB (Red+Green+Blue) = 181+117+58=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5753A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5753A is #4A8AC5. Grayscale: #818181. Windows color (decimal): -4885190 or 3831221. OLE color: 3831221.

HSL color Cylindrical-coordinate representation of color #B5753A: hue angle of 28.78º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5753A is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 117 58 -
CMYK 0 0.35 0.68 0.29
HSL 28.78º 0.51% 0.47% -
HSV(B) 28.78º 0.68% 0.71% -
XYZ 26.18 22.85 7.03 -
YUV 129.41 87.7 164.8 -
System Red Green Blue C M Y K H S L
Decimal 181 117 58 0 0.35 0.68 0.29 28.78 0.51 0.47
Hex B5 75 3A 0 23 44 1D 1D 33 2F
Octal 265 165 72 0 43 104 35 35 63 57
Binary 10110101 1110101 111010 0 100011 1000100 11101 11101 110011 101111

Color Harmonies of #B5753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5753A

Black with #B5753A

Text Example


Text Example

White with #B5753A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5753A; }

 p { color: rgb(181,117,58); }

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

background-color css

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

 a { background-color: rgb(181,117,58); }

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

border-color css

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

 span { border-color: rgb(181,117,58); }

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