Html Css Color HEX #BB4F69 Blush

📋 copy color: '#BB4F69'

red 187 ◦ green 79 ◦ blue 105

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

Shades of Blush #BB4F69

Tints of Blush #BB4F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.3%

R = 50.4%
G = 21.29%
B = 28.3%

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

#BB4F69 (or 0xBB4F69) is known color: Blush. HEX triplet: BB, 4F and 69. RGB value is (187,79,105). Sum of RGB (Red+Green+Blue) = 187+79+105=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4F69 is #44B096. Grayscale: #727272. Windows color (decimal): -4501655 or 6901691. OLE color: 6901691.

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

Color convert

RGB 187 79 105 -
CMYK 0 0.58 0.44 0.27
HSL 345.56º 0.44% 0.52% -
HSV(B) 345.56º 0.58% 0.73% -
XYZ 25.84 17.18 15.32 -
YUV 114.26 122.78 179.89 -
System Red Green Blue C M Y K H S L
Decimal 187 79 105 0 0.58 0.44 0.27 345.56 0.44 0.52
Hex BB 4F 69 0 3A 2C 1B 15A 2C 34
Octal 273 117 151 0 72 54 33 532 54 64
Binary 10111011 1001111 1101001 0 111010 101100 11011 101011010 101100 110100

Color Harmonies of #BB4F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4F69

Black with #BB4F69

Text Example


Text Example

White with #BB4F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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