Html Css Color HEX #BB475D Blush

📋 copy color: '#BB475D'

red 187 ◦ green 71 ◦ blue 93

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

Shades of Blush #BB475D

Tints of Blush #BB475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.23%

 BLUE value IS 93 (36.72% from 255) = 26.5%

R = 53.28%
G = 20.23%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB475D (or 0xBB475D) is known color: Blush. HEX triplet: BB, 47 and 5D. RGB value is (187,71,93). Sum of RGB (Red+Green+Blue) = 187+71+93=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB475D is #44B8A2. Grayscale: #6C6C6C. Windows color (decimal): -4503715 or 6113211. OLE color: 6113211.

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

Color convert

RGB 187 71 93 -
CMYK 0 0.62 0.50 0.27
HSL 348.62º 0.46% 0.51% -
HSV(B) 348.62º 0.62% 0.73% -
XYZ 24.72 15.86 12.11 -
YUV 108.19 119.43 184.21 -
System Red Green Blue C M Y K H S L
Decimal 187 71 93 0 0.62 0.50 0.27 348.62 0.46 0.51
Hex BB 47 5D 0 3E 32 1B 15D 2E 33
Octal 273 107 135 0 76 62 33 535 56 63
Binary 10111011 1000111 1011101 0 111110 110010 11011 101011101 101110 110011

Color Harmonies of #BB475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB475D

Black with #BB475D

Text Example


Text Example

White with #BB475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB475D; }

 p { color: rgb(187,71,93); }

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

background-color css

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

 a { background-color: rgb(187,71,93); }

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

border-color css

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

 span { border-color: rgb(187,71,93); }

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