Html Css Color HEX #BB595F Blush

📋 copy color: '#BB595F'

red 187 ◦ green 89 ◦ blue 95

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

Shades of Blush #BB595F

Tints of Blush #BB595F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.61%

R = 50.4%
G = 23.99%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB595F (or 0xBB595F) is known color: Blush. HEX triplet: BB, 59 and 5F. RGB value is (187,89,95). Sum of RGB (Red+Green+Blue) = 187+89+95=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB595F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB595F is #44A6A0. Grayscale: #777777. Windows color (decimal): -4499105 or 6248891. OLE color: 6248891.

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

Color convert

RGB 187 89 95 -
CMYK 0 0.52 0.49 0.27
HSL 356.33º 0.42% 0.54% -
HSV(B) 356.33º 0.52% 0.73% -
XYZ 26.13 18.54 13.03 -
YUV 118.99 114.47 176.51 -
System Red Green Blue C M Y K H S L
Decimal 187 89 95 0 0.52 0.49 0.27 356.33 0.42 0.54
Hex BB 59 5F 0 34 31 1B 164 2A 36
Octal 273 131 137 0 64 61 33 544 52 66
Binary 10111011 1011001 1011111 0 110100 110001 11011 101100100 101010 110110

Color Harmonies of #BB595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB595F

Black with #BB595F

Text Example


Text Example

White with #BB595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB595F; }

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

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

background-color css

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

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

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

border-color css

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

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

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