Html Css Color HEX #B4667A Tapestry

📋 copy color: '#B4667A'

red 180 ◦ green 102 ◦ blue 122

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

Shades of Tapestry #B4667A

Tints of Tapestry #B4667A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.25%

 BLUE value IS 122 (48.05% from 255) = 30.2%

R = 44.55%
G = 25.25%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4667A (or 0xB4667A) is known color: Tapestry. HEX triplet: B4, 66 and 7A. RGB value is (180,102,122). Sum of RGB (Red+Green+Blue) = 180+102+122=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4667A is #4B9985. Grayscale: #7F7F7F. Windows color (decimal): -4954502 or 8021684. OLE color: 8021684.

HSL color Cylindrical-coordinate representation of color #B4667A: hue angle of 344.62º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4667A is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 102 122 -
CMYK 0 0.43 0.32 0.29
HSL 344.62º 0.34% 0.55% -
HSV(B) 344.62º 0.43% 0.71% -
XYZ 27.09 20.61 20.96 -
YUV 127.6 124.84 165.37 -
System Red Green Blue C M Y K H S L
Decimal 180 102 122 0 0.43 0.32 0.29 344.62 0.34 0.55
Hex B4 66 7A 0 2B 20 1D 159 22 37
Octal 264 146 172 0 53 40 35 531 42 67
Binary 10110100 1100110 1111010 0 101011 100000 11101 101011001 100010 110111

Color Harmonies of #B4667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4667A

Black with #B4667A

Text Example


Text Example

White with #B4667A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4667A; }

 p { color: rgb(180,102,122); }

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

background-color css

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

 a { background-color: rgb(180,102,122); }

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

border-color css

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

 span { border-color: rgb(180,102,122); }

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