Html Css Color HEX #BB4968 Blush

📋 copy color: '#BB4968'

red 187 ◦ green 73 ◦ blue 104

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

Shades of Blush #BB4968

Tints of Blush #BB4968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.05%

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

R = 51.37%
G = 20.05%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB4968 (or 0xBB4968) is known color: Blush. HEX triplet: BB, 49 and 68. RGB value is (187,73,104). Sum of RGB (Red+Green+Blue) = 187+73+104=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4968 is #44B697. Grayscale: #6E6E6E. Windows color (decimal): -4503192 or 6834619. OLE color: 6834619.

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

Color convert

RGB 187 73 104 -
CMYK 0 0.61 0.44 0.27
HSL 343.68º 0.46% 0.51% -
HSV(B) 343.68º 0.61% 0.73% -
XYZ 25.37 16.33 14.91 -
YUV 110.62 124.27 182.48 -
System Red Green Blue C M Y K H S L
Decimal 187 73 104 0 0.61 0.44 0.27 343.68 0.46 0.51
Hex BB 49 68 0 3D 2C 1B 158 2E 33
Octal 273 111 150 0 75 54 33 530 56 63
Binary 10111011 1001001 1101000 0 111101 101100 11011 101011000 101110 110011

Color Harmonies of #BB4968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4968

Black with #BB4968

Text Example


Text Example

White with #BB4968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4968; }

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

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

background-color css

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

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

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

border-color css

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

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

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