Html Css Color HEX #B65F7B Tapestry

📋 copy color: '#B65F7B'

red 182 ◦ green 95 ◦ blue 123

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

Shades of Tapestry #B65F7B

Tints of Tapestry #B65F7B

RGB

 RED value IS 182 (71.48% from 255) = 45.5%

 GREEN value IS 95 (37.5% from 255) = 23.75%

 BLUE value IS 123 (48.44% from 255) = 30.75%

R = 45.5%
G = 23.75%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B65F7B (or 0xB65F7B) is known color: Tapestry. HEX triplet: B6, 5F and 7B. RGB value is (182,95,123). Sum of RGB (Red+Green+Blue) = 182+95+123=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B65F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65F7B is #49A084. Grayscale: #7C7C7C. Windows color (decimal): -4825221 or 8085430. OLE color: 8085430.

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

Color convert

RGB 182 95 123 -
CMYK 0 0.48 0.32 0.29
HSL 340.69º 0.37% 0.54% -
HSV(B) 340.69º 0.48% 0.71% -
XYZ 26.96 19.56 21.09 -
YUV 124.21 127.32 169.22 -
System Red Green Blue C M Y K H S L
Decimal 182 95 123 0 0.48 0.32 0.29 340.69 0.37 0.54
Hex B6 5F 7B 0 30 20 1D 155 25 36
Octal 266 137 173 0 60 40 35 525 45 66
Binary 10110110 1011111 1111011 0 110000 100000 11101 101010101 100101 110110

Color Harmonies of #B65F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65F7B

Black with #B65F7B

Text Example


Text Example

White with #B65F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65F7B; }

 p { color: rgb(182,95,123); }

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

background-color css

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

 a { background-color: rgb(182,95,123); }

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

border-color css

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

 span { border-color: rgb(182,95,123); }

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