Html Css Color HEX #BB5E67 Blush

📋 copy color: '#BB5E67'

red 187 ◦ green 94 ◦ blue 103

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

Shades of Blush #BB5E67

Tints of Blush #BB5E67

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.48%

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

R = 48.7%
G = 24.48%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB5E67 (or 0xBB5E67) is known color: Blush. HEX triplet: BB, 5E and 67. RGB value is (187,94,103). Sum of RGB (Red+Green+Blue) = 187+94+103=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E67 is #44A198. Grayscale: #7A7A7A. Windows color (decimal): -4497817 or 6774459. OLE color: 6774459.

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

Color convert

RGB 187 94 103 -
CMYK 0 0.50 0.45 0.27
HSL 354.19º 0.41% 0.55% -
HSV(B) 354.19º 0.5% 0.73% -
XYZ 26.94 19.55 15.19 -
YUV 122.83 116.81 173.77 -
System Red Green Blue C M Y K H S L
Decimal 187 94 103 0 0.50 0.45 0.27 354.19 0.41 0.55
Hex BB 5E 67 0 32 2D 1B 162 29 37
Octal 273 136 147 0 62 55 33 542 51 67
Binary 10111011 1011110 1100111 0 110010 101101 11011 101100010 101001 110111

Color Harmonies of #BB5E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E67

Black with #BB5E67

Text Example


Text Example

White with #BB5E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E67; }

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

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

background-color css

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

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

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

border-color css

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

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

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