Html Css Color HEX #BB5967 Blush

📋 copy color: '#BB5967'

red 187 ◦ green 89 ◦ blue 103

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

Shades of Blush #BB5967

Tints of Blush #BB5967

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.48%

 BLUE value IS 103 (40.63% from 255) = 27.18%

R = 49.34%
G = 23.48%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB5967 (or 0xBB5967) is known color: Blush. HEX triplet: BB, 59 and 67. RGB value is (187,89,103). Sum of RGB (Red+Green+Blue) = 187+89+103=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5967 is #44A698. Grayscale: #777777. Windows color (decimal): -4499097 or 6773179. OLE color: 6773179.

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

Color convert

RGB 187 89 103 -
CMYK 0 0.52 0.45 0.27
HSL 351.43º 0.42% 0.54% -
HSV(B) 351.43º 0.52% 0.73% -
XYZ 26.51 18.69 15.04 -
YUV 119.9 118.47 175.86 -
System Red Green Blue C M Y K H S L
Decimal 187 89 103 0 0.52 0.45 0.27 351.43 0.42 0.54
Hex BB 59 67 0 34 2D 1B 15F 2A 36
Octal 273 131 147 0 64 55 33 537 52 66
Binary 10111011 1011001 1100111 0 110100 101101 11011 101011111 101010 110110

Color Harmonies of #BB5967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5967

Black with #BB5967

Text Example


Text Example

White with #BB5967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5967; }

 p { color: rgb(187,89,103); }

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

background-color css

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

 a { background-color: rgb(187,89,103); }

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

border-color css

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

 span { border-color: rgb(187,89,103); }

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