Html Css Color HEX #BB4F68 Blush

📋 copy color: '#BB4F68'

red 187 ◦ green 79 ◦ blue 104

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

Shades of Blush #BB4F68

Tints of Blush #BB4F68

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.35%

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

R = 50.54%
G = 21.35%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB4F68 (or 0xBB4F68) is known color: Blush. HEX triplet: BB, 4F and 68. RGB value is (187,79,104). Sum of RGB (Red+Green+Blue) = 187+79+104=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4F68 is #44B097. Grayscale: #727272. Windows color (decimal): -4501656 or 6836155. OLE color: 6836155.

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

Color convert

RGB 187 79 104 -
CMYK 0 0.58 0.44 0.27
HSL 346.11º 0.44% 0.52% -
HSV(B) 346.11º 0.58% 0.73% -
XYZ 25.79 17.16 15.05 -
YUV 114.14 122.28 179.97 -
System Red Green Blue C M Y K H S L
Decimal 187 79 104 0 0.58 0.44 0.27 346.11 0.44 0.52
Hex BB 4F 68 0 3A 2C 1B 15A 2C 34
Octal 273 117 150 0 72 54 33 532 54 64
Binary 10111011 1001111 1101000 0 111010 101100 11011 101011010 101100 110100

Color Harmonies of #BB4F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4F68

Black with #BB4F68

Text Example


Text Example

White with #BB4F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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