Html Css Color HEX #BB4361 Blush

📋 copy color: '#BB4361'

red 187 ◦ green 67 ◦ blue 97

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

Shades of Blush #BB4361

Tints of Blush #BB4361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.09%

 BLUE value IS 97 (38.28% from 255) = 27.64%

R = 53.28%
G = 19.09%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB4361 (or 0xBB4361) is known color: Blush. HEX triplet: BB, 43 and 61. RGB value is (187,67,97). Sum of RGB (Red+Green+Blue) = 187+67+97=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4361 is #44BC9E. Grayscale: #6A6A6A. Windows color (decimal): -4504735 or 6374331. OLE color: 6374331.

HSL color Cylindrical-coordinate representation of color #BB4361: hue angle of 345º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4361 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 67 97 -
CMYK 0 0.64 0.48 0.27
HSL 345º 0.47% 0.5% -
HSV(B) 345º 0.64% 0.73% -
XYZ 24.66 15.44 12.99 -
YUV 106.3 122.76 185.56 -
System Red Green Blue C M Y K H S L
Decimal 187 67 97 0 0.64 0.48 0.27 345 0.47 0.5
Hex BB 43 61 0 40 30 1B 159 2F 32
Octal 273 103 141 0 100 60 33 531 57 62
Binary 10111011 1000011 1100001 0 1000000 110000 11011 101011001 101111 110010

Color Harmonies of #BB4361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4361

Black with #BB4361

Text Example


Text Example

White with #BB4361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4361; }

 p { color: rgb(187,67,97); }

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

background-color css

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

 a { background-color: rgb(187,67,97); }

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

border-color css

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

 span { border-color: rgb(187,67,97); }

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