Html Css Color HEX #BB5A68 Blush

📋 copy color: '#BB5A68'

red 187 ◦ green 90 ◦ blue 104

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

Shades of Blush #BB5A68

Tints of Blush #BB5A68

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.62%

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

R = 49.08%
G = 23.62%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB5A68 (or 0xBB5A68) is known color: Blush. HEX triplet: BB, 5A and 68. RGB value is (187,90,104). Sum of RGB (Red+Green+Blue) = 187+90+104=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5A68 is #44A597. Grayscale: #787878. Windows color (decimal): -4498840 or 6838971. OLE color: 6838971.

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

Color convert

RGB 187 90 104 -
CMYK 0 0.52 0.44 0.27
HSL 351.34º 0.42% 0.54% -
HSV(B) 351.34º 0.52% 0.73% -
XYZ 26.65 18.88 15.34 -
YUV 120.6 118.64 175.36 -
System Red Green Blue C M Y K H S L
Decimal 187 90 104 0 0.52 0.44 0.27 351.34 0.42 0.54
Hex BB 5A 68 0 34 2C 1B 15F 2A 36
Octal 273 132 150 0 64 54 33 537 52 66
Binary 10111011 1011010 1101000 0 110100 101100 11011 101011111 101010 110110

Color Harmonies of #BB5A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5A68

Black with #BB5A68

Text Example


Text Example

White with #BB5A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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