Html Css Color HEX #BB5C68 Blush

📋 copy color: '#BB5C68'

red 187 ◦ green 92 ◦ blue 104

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

Shades of Blush #BB5C68

Tints of Blush #BB5C68

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.02%

 BLUE value IS 104 (41.02% from 255) = 27.15%

R = 48.83%
G = 24.02%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB5C68 (or 0xBB5C68) is known color: Blush. HEX triplet: BB, 5C and 68. RGB value is (187,92,104). Sum of RGB (Red+Green+Blue) = 187+92+104=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5C68 is #44A397. Grayscale: #797979. Windows color (decimal): -4498328 or 6839483. OLE color: 6839483.

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

Color convert

RGB 187 92 104 -
CMYK 0 0.51 0.44 0.27
HSL 352.42º 0.41% 0.55% -
HSV(B) 352.42º 0.51% 0.73% -
XYZ 26.82 19.22 15.39 -
YUV 121.77 117.97 174.52 -
System Red Green Blue C M Y K H S L
Decimal 187 92 104 0 0.51 0.44 0.27 352.42 0.41 0.55
Hex BB 5C 68 0 33 2C 1B 160 29 37
Octal 273 134 150 0 63 54 33 540 51 67
Binary 10111011 1011100 1101000 0 110011 101100 11011 101100000 101001 110111

Color Harmonies of #BB5C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5C68

Black with #BB5C68

Text Example


Text Example

White with #BB5C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5C68; }

 p { color: rgb(187,92,104); }

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

background-color css

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

 a { background-color: rgb(187,92,104); }

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

border-color css

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

 span { border-color: rgb(187,92,104); }

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