Html Css Color HEX #B95F7B Tapestry

📋 copy color: '#B95F7B'

red 185 ◦ green 95 ◦ blue 123

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

Shades of Tapestry #B95F7B

Tints of Tapestry #B95F7B

RGB

 RED value IS 185 (72.66% from 255) = 45.91%

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

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

R = 45.91%
G = 23.57%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B95F7B (or 0xB95F7B) is known color: Tapestry. HEX triplet: B9, 5F and 7B. RGB value is (185,95,123). Sum of RGB (Red+Green+Blue) = 185+95+123=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B95F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95F7B is #46A084. Grayscale: #7D7D7D. Windows color (decimal): -4628613 or 8085433. OLE color: 8085433.

HSL color Cylindrical-coordinate representation of color #B95F7B: hue angle of 341.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B95F7B is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 95 123 -
CMYK 0 0.49 0.34 0.27
HSL 341.33º 0.39% 0.55% -
HSV(B) 341.33º 0.49% 0.73% -
XYZ 27.67 19.93 21.13 -
YUV 125.1 126.82 170.72 -
System Red Green Blue C M Y K H S L
Decimal 185 95 123 0 0.49 0.34 0.27 341.33 0.39 0.55
Hex B9 5F 7B 0 31 22 1B 155 27 37
Octal 271 137 173 0 61 42 33 525 47 67
Binary 10111001 1011111 1111011 0 110001 100010 11011 101010101 100111 110111

Color Harmonies of #B95F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95F7B

Black with #B95F7B

Text Example


Text Example

White with #B95F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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