Html Css Color HEX #B9677D Tapestry

📋 copy color: '#B9677D'

red 185 ◦ green 103 ◦ blue 125

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

Shades of Tapestry #B9677D

Tints of Tapestry #B9677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.94%

 BLUE value IS 125 (49.22% from 255) = 30.27%

R = 44.79%
G = 24.94%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9677D (or 0xB9677D) is known color: Tapestry. HEX triplet: B9, 67 and 7D. RGB value is (185,103,125). Sum of RGB (Red+Green+Blue) = 185+103+125=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9677D is #469882. Grayscale: #828282. Windows color (decimal): -4626563 or 8218553. OLE color: 8218553.

HSL color Cylindrical-coordinate representation of color #B9677D: hue angle of 343.9º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9677D is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 103 125 -
CMYK 0 0.44 0.32 0.27
HSL 343.9º 0.37% 0.56% -
HSV(B) 343.9º 0.44% 0.73% -
XYZ 28.56 21.5 22.05 -
YUV 130.03 125.17 167.21 -
System Red Green Blue C M Y K H S L
Decimal 185 103 125 0 0.44 0.32 0.27 343.9 0.37 0.56
Hex B9 67 7D 0 2C 20 1B 158 25 38
Octal 271 147 175 0 54 40 33 530 45 70
Binary 10111001 1100111 1111101 0 101100 100000 11011 101011000 100101 111000

Color Harmonies of #B9677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9677D

Black with #B9677D

Text Example


Text Example

White with #B9677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9677D; }

 p { color: rgb(185,103,125); }

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

background-color css

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

 a { background-color: rgb(185,103,125); }

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

border-color css

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

 span { border-color: rgb(185,103,125); }

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