Html Css Color HEX #B47283 Tapestry

📋 copy color: '#B47283'

red 180 ◦ green 114 ◦ blue 131

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

Shades of Tapestry #B47283

Tints of Tapestry #B47283

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.82%

 BLUE value IS 131 (51.56% from 255) = 30.82%

R = 42.35%
G = 26.82%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B47283 (or 0xB47283) is known color: Tapestry. HEX triplet: B4, 72 and 83. RGB value is (180,114,131). Sum of RGB (Red+Green+Blue) = 180+114+131=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B47283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47283 is #4B8D7C. Grayscale: #878787. Windows color (decimal): -4951421 or 8614580. OLE color: 8614580.

HSL color Cylindrical-coordinate representation of color #B47283: hue angle of 344.55º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B47283 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 114 131 -
CMYK 0 0.37 0.27 0.29
HSL 344.55º 0.31% 0.58% -
HSV(B) 344.55º 0.37% 0.71% -
XYZ 28.94 23.38 24.46 -
YUV 135.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 180 114 131 0 0.37 0.27 0.29 344.55 0.31 0.58
Hex B4 72 83 0 25 1B 1D 159 1F 3A
Octal 264 162 203 0 45 33 35 531 37 72
Binary 10110100 1110010 10000011 0 100101 11011 11101 101011001 11111 111010

Color Harmonies of #B47283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47283

Black with #B47283

Text Example


Text Example

White with #B47283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47283; }

 p { color: rgb(180,114,131); }

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

background-color css

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

 a { background-color: rgb(180,114,131); }

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

border-color css

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

 span { border-color: rgb(180,114,131); }

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