Html Css Color HEX #BB6473 Blush

📋 copy color: '#BB6473'

red 187 ◦ green 100 ◦ blue 115

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

Shades of Blush #BB6473

Tints of Blush #BB6473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.61%

R = 46.52%
G = 24.88%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB6473 (or 0xBB6473) is known color: Blush. HEX triplet: BB, 64 and 73. RGB value is (187,100,115). Sum of RGB (Red+Green+Blue) = 187+100+115=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6473 is #449B8C. Grayscale: #7F7F7F. Windows color (decimal): -4496269 or 7562427. OLE color: 7562427.

HSL color Cylindrical-coordinate representation of color #BB6473: hue angle of 349.66º 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 #BB6473 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 100 115 -
CMYK 0 0.47 0.39 0.27
HSL 349.66º 0.39% 0.56% -
HSV(B) 349.66º 0.47% 0.73% -
XYZ 28.15 20.92 18.77 -
YUV 127.72 120.82 170.28 -
System Red Green Blue C M Y K H S L
Decimal 187 100 115 0 0.47 0.39 0.27 349.66 0.39 0.56
Hex BB 64 73 0 2F 27 1B 15E 27 38
Octal 273 144 163 0 57 47 33 536 47 70
Binary 10111011 1100100 1110011 0 101111 100111 11011 101011110 100111 111000

Color Harmonies of #BB6473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6473

Black with #BB6473

Text Example


Text Example

White with #BB6473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6473; }

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

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

background-color css

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

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

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

border-color css

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

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

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