Html Css Color HEX #B9607B Tapestry

📋 copy color: '#B9607B'

red 185 ◦ green 96 ◦ blue 123

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

Shades of Tapestry #B9607B

Tints of Tapestry #B9607B

RGB

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

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

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

R = 45.79%
G = 23.76%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9607B (or 0xB9607B) is known color: Tapestry. HEX triplet: B9, 60 and 7B. RGB value is (185,96,123). Sum of RGB (Red+Green+Blue) = 185+96+123=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B9607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9607B is #469F84. Grayscale: #7D7D7D. Windows color (decimal): -4628357 or 8085689. OLE color: 8085689.

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

Color convert

RGB 185 96 123 -
CMYK 0 0.48 0.34 0.27
HSL 341.8º 0.39% 0.55% -
HSV(B) 341.8º 0.48% 0.73% -
XYZ 27.77 20.11 21.16 -
YUV 125.69 126.49 170.3 -
System Red Green Blue C M Y K H S L
Decimal 185 96 123 0 0.48 0.34 0.27 341.8 0.39 0.55
Hex B9 60 7B 0 30 22 1B 156 27 37
Octal 271 140 173 0 60 42 33 526 47 67
Binary 10111001 1100000 1111011 0 110000 100010 11011 101010110 100111 110111

Color Harmonies of #B9607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9607B

Black with #B9607B

Text Example


Text Example

White with #B9607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9607B; }

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

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

background-color css

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

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

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

border-color css

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

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

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