Html Css Color HEX #B2607E Tapestry

📋 copy color: '#B2607E'

red 178 ◦ green 96 ◦ blue 126

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

Shades of Tapestry #B2607E

Tints of Tapestry #B2607E

RGB

 RED value IS 178 (69.92% from 255) = 44.5%

 GREEN value IS 96 (37.89% from 255) = 24%

 BLUE value IS 126 (49.61% from 255) = 31.5%

R = 44.5%
G = 24%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2607E (or 0xB2607E) is known color: Tapestry. HEX triplet: B2, 60 and 7E. RGB value is (178,96,126). Sum of RGB (Red+Green+Blue) = 178+96+126=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B2607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2607E is #4D9F81. Grayscale: #7B7B7B. Windows color (decimal): -5087106 or 8282290. OLE color: 8282290.

HSL color Cylindrical-coordinate representation of color #B2607E: hue angle of 338.05º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2607E is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 96 126 -
CMYK 0 0.46 0.29 0.30
HSL 338.05º 0.35% 0.54% -
HSV(B) 338.05º 0.46% 0.7% -
XYZ 26.31 19.34 22.08 -
YUV 123.94 129.17 166.56 -
System Red Green Blue C M Y K H S L
Decimal 178 96 126 0 0.46 0.29 0.30 338.05 0.35 0.54
Hex B2 60 7E 0 2E 1D 1E 152 23 36
Octal 262 140 176 0 56 35 36 522 43 66
Binary 10110010 1100000 1111110 0 101110 11101 11110 101010010 100011 110110

Color Harmonies of #B2607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2607E

Black with #B2607E

Text Example


Text Example

White with #B2607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2607E; }

 p { color: rgb(178,96,126); }

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

background-color css

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

 a { background-color: rgb(178,96,126); }

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

border-color css

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

 span { border-color: rgb(178,96,126); }

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