Html Css Color HEX #B4753C Reno Sand

📋 copy color: '#B4753C'

red 180 ◦ green 117 ◦ blue 60

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

Shades of Reno Sand #B4753C

Tints of Reno Sand #B4753C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.81%

R = 50.42%
G = 32.77%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4753C (or 0xB4753C) is known color: Reno Sand. HEX triplet: B4, 75 and 3C. RGB value is (180,117,60). Sum of RGB (Red+Green+Blue) = 180+117+60=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B4753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4753C is #4B8AC3. Grayscale: #818181. Windows color (decimal): -4950724 or 3962292. OLE color: 3962292.

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

Color convert

RGB 180 117 60 -
CMYK 0 0.35 0.67 0.29
HSL 28.5º 0.5% 0.47% -
HSV(B) 28.5º 0.67% 0.71% -
XYZ 26 22.75 7.3 -
YUV 129.34 88.87 164.13 -
System Red Green Blue C M Y K H S L
Decimal 180 117 60 0 0.35 0.67 0.29 28.5 0.5 0.47
Hex B4 75 3C 0 23 43 1D 1C 32 2F
Octal 264 165 74 0 43 103 35 34 62 57
Binary 10110100 1110101 111100 0 100011 1000011 11101 11100 110010 101111

Color Harmonies of #B4753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4753C

Black with #B4753C

Text Example


Text Example

White with #B4753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4753C; }

 p { color: rgb(180,117,60); }

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

background-color css

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

 a { background-color: rgb(180,117,60); }

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

border-color css

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

 span { border-color: rgb(180,117,60); }

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