Html Css Color HEX #BB6071 Blush

📋 copy color: '#BB6071'

red 187 ◦ green 96 ◦ blue 113

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

Shades of Blush #BB6071

Tints of Blush #BB6071

RGB

 RED value IS 187 (73.44% from 255) = 47.22%

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

 BLUE value IS 113 (44.53% from 255) = 28.54%

R = 47.22%
G = 24.24%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB6071 (or 0xBB6071) is known color: Blush. HEX triplet: BB, 60 and 71. RGB value is (187,96,113). Sum of RGB (Red+Green+Blue) = 187+96+113=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6071 is #449F8E. Grayscale: #7D7D7D. Windows color (decimal): -4497295 or 7430331. OLE color: 7430331.

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

Color convert

RGB 187 96 113 -
CMYK 0 0.49 0.40 0.27
HSL 348.79º 0.4% 0.55% -
HSV(B) 348.79º 0.49% 0.73% -
XYZ 27.66 20.12 18.05 -
YUV 125.15 121.15 172.12 -
System Red Green Blue C M Y K H S L
Decimal 187 96 113 0 0.49 0.40 0.27 348.79 0.4 0.55
Hex BB 60 71 0 31 28 1B 15D 28 37
Octal 273 140 161 0 61 50 33 535 50 67
Binary 10111011 1100000 1110001 0 110001 101000 11011 101011101 101000 110111

Color Harmonies of #BB6071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6071

Black with #BB6071

Text Example


Text Example

White with #BB6071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6071; }

 p { color: rgb(187,96,113); }

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

background-color css

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

 a { background-color: rgb(187,96,113); }

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

border-color css

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

 span { border-color: rgb(187,96,113); }

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