Html Css Color HEX #BB6471 Blush

📋 copy color: '#BB6471'

red 187 ◦ green 100 ◦ blue 113

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

Shades of Blush #BB6471

Tints of Blush #BB6471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25%

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

R = 46.75%
G = 25%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB6471 (or 0xBB6471) is known color: Blush. HEX triplet: BB, 64 and 71. RGB value is (187,100,113). Sum of RGB (Red+Green+Blue) = 187+100+113=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6471 is #449B8E. Grayscale: #7F7F7F. Windows color (decimal): -4496271 or 7431355. OLE color: 7431355.

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

Color convert

RGB 187 100 113 -
CMYK 0 0.47 0.40 0.27
HSL 351.03º 0.39% 0.56% -
HSV(B) 351.03º 0.47% 0.73% -
XYZ 28.03 20.87 18.17 -
YUV 127.5 119.82 170.44 -
System Red Green Blue C M Y K H S L
Decimal 187 100 113 0 0.47 0.40 0.27 351.03 0.39 0.56
Hex BB 64 71 0 2F 28 1B 15F 27 38
Octal 273 144 161 0 57 50 33 537 47 70
Binary 10111011 1100100 1110001 0 101111 101000 11011 101011111 100111 111000

Color Harmonies of #BB6471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6471

Black with #BB6471

Text Example


Text Example

White with #BB6471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6471; }

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

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

background-color css

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

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

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

border-color css

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

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

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