Html Css Color HEX #BB5D75 Blush

📋 copy color: '#BB5D75'

red 187 ◦ green 93 ◦ blue 117

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

Shades of Blush #BB5D75

Tints of Blush #BB5D75

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.43%

 BLUE value IS 117 (46.09% from 255) = 29.47%

R = 47.1%
G = 23.43%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB5D75 (or 0xBB5D75) is known color: Blush. HEX triplet: BB, 5D and 75. RGB value is (187,93,117). Sum of RGB (Red+Green+Blue) = 187+93+117=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5D75 is #44A28A. Grayscale: #7B7B7B. Windows color (decimal): -4498059 or 7691707. OLE color: 7691707.

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

Color convert

RGB 187 93 117 -
CMYK 0 0.50 0.37 0.27
HSL 344.68º 0.41% 0.55% -
HSV(B) 344.68º 0.5% 0.73% -
XYZ 27.62 19.68 19.17 -
YUV 123.84 124.14 173.05 -
System Red Green Blue C M Y K H S L
Decimal 187 93 117 0 0.50 0.37 0.27 344.68 0.41 0.55
Hex BB 5D 75 0 32 25 1B 159 29 37
Octal 273 135 165 0 62 45 33 531 51 67
Binary 10111011 1011101 1110101 0 110010 100101 11011 101011001 101001 110111

Color Harmonies of #BB5D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5D75

Black with #BB5D75

Text Example


Text Example

White with #BB5D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5D75; }

 p { color: rgb(187,93,117); }

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

background-color css

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

 a { background-color: rgb(187,93,117); }

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

border-color css

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

 span { border-color: rgb(187,93,117); }

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