Html Css Color HEX #B67B93 Tapestry

📋 copy color: '#B67B93'

red 182 ◦ green 123 ◦ blue 147

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

Shades of Tapestry #B67B93

Tints of Tapestry #B67B93

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.21%

 BLUE value IS 147 (57.81% from 255) = 32.52%

R = 40.27%
G = 27.21%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B67B93 (or 0xB67B93) is known color: Tapestry. HEX triplet: B6, 7B and 93. RGB value is (182,123,147). Sum of RGB (Red+Green+Blue) = 182+123+147=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67B93 is #49846C. Grayscale: #8F8F8F. Windows color (decimal): -4818029 or 9665462. OLE color: 9665462.

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

Color convert

RGB 182 123 147 -
CMYK 0 0.32 0.19 0.29
HSL 335.59º 0.29% 0.6% -
HSV(B) 335.59º 0.32% 0.71% -
XYZ 31.64 26.22 31 -
YUV 143.38 130.05 155.55 -
System Red Green Blue C M Y K H S L
Decimal 182 123 147 0 0.32 0.19 0.29 335.59 0.29 0.6
Hex B6 7B 93 0 20 13 1D 150 1D 3C
Octal 266 173 223 0 40 23 35 520 35 74
Binary 10110110 1111011 10010011 0 100000 10011 11101 101010000 11101 111100

Color Harmonies of #B67B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67B93

Black with #B67B93

Text Example


Text Example

White with #B67B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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