Html Css Color HEX #BB5367 Blush

📋 copy color: '#BB5367'

red 187 ◦ green 83 ◦ blue 103

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

Shades of Blush #BB5367

Tints of Blush #BB5367

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.25%

 BLUE value IS 103 (40.63% from 255) = 27.61%

R = 50.13%
G = 22.25%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB5367 (or 0xBB5367) is known color: Blush. HEX triplet: BB, 53 and 67. RGB value is (187,83,103). Sum of RGB (Red+Green+Blue) = 187+83+103=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5367 is #44AC98. Grayscale: #747474. Windows color (decimal): -4500633 or 6771643. OLE color: 6771643.

HSL color Cylindrical-coordinate representation of color #BB5367: hue angle of 348.46º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB5367 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 83 103 -
CMYK 0 0.56 0.45 0.27
HSL 348.46º 0.43% 0.53% -
HSV(B) 348.46º 0.56% 0.73% -
XYZ 26.03 17.73 14.88 -
YUV 116.38 120.46 178.37 -
System Red Green Blue C M Y K H S L
Decimal 187 83 103 0 0.56 0.45 0.27 348.46 0.43 0.53
Hex BB 53 67 0 38 2D 1B 15C 2B 35
Octal 273 123 147 0 70 55 33 534 53 65
Binary 10111011 1010011 1100111 0 111000 101101 11011 101011100 101011 110101

Color Harmonies of #BB5367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5367

Black with #BB5367

Text Example


Text Example

White with #BB5367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5367; }

 p { color: rgb(187,83,103); }

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

background-color css

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

 a { background-color: rgb(187,83,103); }

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

border-color css

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

 span { border-color: rgb(187,83,103); }

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