Html Css Color HEX #BB6271 Blush

📋 copy color: '#BB6271'

red 187 ◦ green 98 ◦ blue 113

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

Shades of Blush #BB6271

Tints of Blush #BB6271

RGB

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

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

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

R = 46.98%
G = 24.62%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB6271 (or 0xBB6271) is known color: Blush. HEX triplet: BB, 62 and 71. RGB value is (187,98,113). Sum of RGB (Red+Green+Blue) = 187+98+113=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6271 is #449D8E. Grayscale: #7E7E7E. Windows color (decimal): -4496783 or 7430843. OLE color: 7430843.

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

Color convert

RGB 187 98 113 -
CMYK 0 0.48 0.40 0.27
HSL 349.89º 0.4% 0.56% -
HSV(B) 349.89º 0.48% 0.73% -
XYZ 27.84 20.49 18.11 -
YUV 126.32 120.49 171.28 -
System Red Green Blue C M Y K H S L
Decimal 187 98 113 0 0.48 0.40 0.27 349.89 0.4 0.56
Hex BB 62 71 0 30 28 1B 15E 28 38
Octal 273 142 161 0 60 50 33 536 50 70
Binary 10111011 1100010 1110001 0 110000 101000 11011 101011110 101000 111000

Color Harmonies of #BB6271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6271

Black with #BB6271

Text Example


Text Example

White with #BB6271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6271; }

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

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

background-color css

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

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

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

border-color css

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

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

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