Html Css Color HEX #B5743B Reno Sand

📋 copy color: '#B5743B'

red 181 ◦ green 116 ◦ blue 59

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

Shades of Reno Sand #B5743B

Tints of Reno Sand #B5743B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.58%

 BLUE value IS 59 (23.44% from 255) = 16.57%

R = 50.84%
G = 32.58%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5743B (or 0xB5743B) is known color: Reno Sand. HEX triplet: B5, 74 and 3B. RGB value is (181,116,59). Sum of RGB (Red+Green+Blue) = 181+116+59=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5743B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5743B is #4A8BC4. Grayscale: #818181. Windows color (decimal): -4885445 or 3896501. OLE color: 3896501.

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

Color convert

RGB 181 116 59 -
CMYK 0 0.36 0.67 0.29
HSL 28.03º 0.51% 0.47% -
HSV(B) 28.03º 0.67% 0.71% -
XYZ 26.09 22.63 7.13 -
YUV 128.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 181 116 59 0 0.36 0.67 0.29 28.03 0.51 0.47
Hex B5 74 3B 0 24 43 1D 1C 33 2F
Octal 265 164 73 0 44 103 35 34 63 57
Binary 10110101 1110100 111011 0 100100 1000011 11101 11100 110011 101111

Color Harmonies of #B5743B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5743B

Black with #B5743B

Text Example


Text Example

White with #B5743B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5743B; }

 p { color: rgb(181,116,59); }

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

background-color css

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

 a { background-color: rgb(181,116,59); }

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

border-color css

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

 span { border-color: rgb(181,116,59); }

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