Html Css Color HEX #BB4D6B Blush

📋 copy color: '#BB4D6B'

red 187 ◦ green 77 ◦ blue 107

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

Shades of Blush #BB4D6B

Tints of Blush #BB4D6B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.75%

 BLUE value IS 107 (42.19% from 255) = 28.84%

R = 50.4%
G = 20.75%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB4D6B (or 0xBB4D6B) is known color: Blush. HEX triplet: BB, 4D and 6B. RGB value is (187,77,107). Sum of RGB (Red+Green+Blue) = 187+77+107=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4D6B is #44B294. Grayscale: #717171. Windows color (decimal): -4502165 or 7032251. OLE color: 7032251.

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

Color convert

RGB 187 77 107 -
CMYK 0 0.59 0.43 0.27
HSL 343.64º 0.45% 0.52% -
HSV(B) 343.64º 0.59% 0.73% -
XYZ 25.8 16.93 15.82 -
YUV 113.31 124.44 180.56 -
System Red Green Blue C M Y K H S L
Decimal 187 77 107 0 0.59 0.43 0.27 343.64 0.45 0.52
Hex BB 4D 6B 0 3B 2B 1B 158 2D 34
Octal 273 115 153 0 73 53 33 530 55 64
Binary 10111011 1001101 1101011 0 111011 101011 11011 101011000 101101 110100

Color Harmonies of #BB4D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4D6B

Black with #BB4D6B

Text Example


Text Example

White with #BB4D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4D6B; }

 p { color: rgb(187,77,107); }

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

background-color css

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

 a { background-color: rgb(187,77,107); }

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

border-color css

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

 span { border-color: rgb(187,77,107); }

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