Html Css Color HEX #B8697D Tapestry

📋 copy color: '#B8697D'

red 184 ◦ green 105 ◦ blue 125

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

Shades of Tapestry #B8697D

Tints of Tapestry #B8697D

RGB

 RED value IS 184 (72.27% from 255) = 44.44%

 GREEN value IS 105 (41.41% from 255) = 25.36%

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

R = 44.44%
G = 25.36%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8697D (or 0xB8697D) is known color: Tapestry. HEX triplet: B8, 69 and 7D. RGB value is (184,105,125). Sum of RGB (Red+Green+Blue) = 184+105+125=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B8697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8697D is #479682. Grayscale: #828282. Windows color (decimal): -4691587 or 8219064. OLE color: 8219064.

HSL color Cylindrical-coordinate representation of color #B8697D: hue angle of 344.81º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8697D is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 105 125 -
CMYK 0 0.43 0.32 0.28
HSL 344.81º 0.36% 0.57% -
HSV(B) 344.81º 0.43% 0.72% -
XYZ 28.52 21.77 22.1 -
YUV 130.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 184 105 125 0 0.43 0.32 0.28 344.81 0.36 0.57
Hex B8 69 7D 0 2B 20 1C 159 24 39
Octal 270 151 175 0 53 40 34 531 44 71
Binary 10111000 1101001 1111101 0 101011 100000 11100 101011001 100100 111001

Color Harmonies of #B8697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8697D

Black with #B8697D

Text Example


Text Example

White with #B8697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8697D; }

 p { color: rgb(184,105,125); }

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

background-color css

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

 a { background-color: rgb(184,105,125); }

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

border-color css

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

 span { border-color: rgb(184,105,125); }

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