Html Css Color HEX #BB4965 Blush

📋 copy color: '#BB4965'

red 187 ◦ green 73 ◦ blue 101

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

Shades of Blush #BB4965

Tints of Blush #BB4965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.98%

R = 51.8%
G = 20.22%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BB4965 (or 0xBB4965) is known color: Blush. HEX triplet: BB, 49 and 65. RGB value is (187,73,101). Sum of RGB (Red+Green+Blue) = 187+73+101=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4965 is #44B69A. Grayscale: #6E6E6E. Windows color (decimal): -4503195 or 6638011. OLE color: 6638011.

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

Color convert

RGB 187 73 101 -
CMYK 0 0.61 0.46 0.27
HSL 345.26º 0.46% 0.51% -
HSV(B) 345.26º 0.61% 0.73% -
XYZ 25.23 16.27 14.12 -
YUV 110.28 122.77 182.72 -
System Red Green Blue C M Y K H S L
Decimal 187 73 101 0 0.61 0.46 0.27 345.26 0.46 0.51
Hex BB 49 65 0 3D 2E 1B 159 2E 33
Octal 273 111 145 0 75 56 33 531 56 63
Binary 10111011 1001001 1100101 0 111101 101110 11011 101011001 101110 110011

Color Harmonies of #BB4965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4965

Black with #BB4965

Text Example


Text Example

White with #BB4965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4965; }

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

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

background-color css

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

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

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

border-color css

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

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

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