Html Css Color HEX #B4743B Reno Sand

📋 copy color: '#B4743B'

red 180 ◦ green 116 ◦ blue 59

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

Shades of Reno Sand #B4743B

Tints of Reno Sand #B4743B

RGB

 RED value IS 180 (70.7% from 255) = 50.7%

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

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

R = 50.7%
G = 32.68%
B = 16.62%

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

#B4743B (or 0xB4743B) is known color: Reno Sand. HEX triplet: B4, 74 and 3B. RGB value is (180,116,59). Sum of RGB (Red+Green+Blue) = 180+116+59=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4743B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4743B is #4B8BC4. Grayscale: #808080. Windows color (decimal): -4950981 or 3896500. OLE color: 3896500.

HSL color Cylindrical-coordinate representation of color #B4743B: hue angle of 28.26º 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 #B4743B is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 116 59 -
CMYK 0 0.36 0.67 0.29
HSL 28.26º 0.51% 0.47% -
HSV(B) 28.26º 0.67% 0.71% -
XYZ 25.86 22.51 7.12 -
YUV 128.64 88.7 164.63 -
System Red Green Blue C M Y K H S L
Decimal 180 116 59 0 0.36 0.67 0.29 28.26 0.51 0.47
Hex B4 74 3B 0 24 43 1D 1C 33 2F
Octal 264 164 73 0 44 103 35 34 63 57
Binary 10110100 1110100 111011 0 100100 1000011 11101 11100 110011 101111

Color Harmonies of #B4743B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4743B

Black with #B4743B

Text Example


Text Example

White with #B4743B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4743B; }

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

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

background-color css

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

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

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

border-color css

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

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

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