Html Css Color HEX #B06283 Tapestry

📋 copy color: '#B06283'

red 176 ◦ green 98 ◦ blue 131

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

Shades of Tapestry #B06283

Tints of Tapestry #B06283

RGB

 RED value IS 176 (69.14% from 255) = 43.46%

 GREEN value IS 98 (38.67% from 255) = 24.2%

 BLUE value IS 131 (51.56% from 255) = 32.35%

R = 43.46%
G = 24.2%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B06283 (or 0xB06283) is known color: Tapestry. HEX triplet: B0, 62 and 83. RGB value is (176,98,131). Sum of RGB (Red+Green+Blue) = 176+98+131=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B06283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06283 is #4F9D7C. Grayscale: #7D7D7D. Windows color (decimal): -5217661 or 8610480. OLE color: 8610480.

HSL color Cylindrical-coordinate representation of color #B06283: hue angle of 334.62º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B06283 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 98 131 -
CMYK 0 0.44 0.26 0.31
HSL 334.62º 0.33% 0.54% -
HSV(B) 334.62º 0.44% 0.69% -
XYZ 26.37 19.6 23.87 -
YUV 125.08 131.34 164.32 -
System Red Green Blue C M Y K H S L
Decimal 176 98 131 0 0.44 0.26 0.31 334.62 0.33 0.54
Hex B0 62 83 0 2C 1A 1F 14F 21 36
Octal 260 142 203 0 54 32 37 517 41 66
Binary 10110000 1100010 10000011 0 101100 11010 11111 101001111 100001 110110

Color Harmonies of #B06283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06283

Black with #B06283

Text Example


Text Example

White with #B06283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06283; }

 p { color: rgb(176,98,131); }

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

background-color css

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

 a { background-color: rgb(176,98,131); }

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

border-color css

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

 span { border-color: rgb(176,98,131); }

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