Html Css Color HEX #BB485C Blush

📋 copy color: '#BB485C'

red 187 ◦ green 72 ◦ blue 92

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

Shades of Blush #BB485C

Tints of Blush #BB485C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.51%

 BLUE value IS 92 (36.33% from 255) = 26.21%

R = 53.28%
G = 20.51%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB485C (or 0xBB485C) is known color: Blush. HEX triplet: BB, 48 and 5C. RGB value is (187,72,92). Sum of RGB (Red+Green+Blue) = 187+72+92=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB485C is #44B7A3. Grayscale: #6C6C6C. Windows color (decimal): -4503460 or 6047931. OLE color: 6047931.

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

Color convert

RGB 187 72 92 -
CMYK 0 0.61 0.51 0.27
HSL 349.57º 0.46% 0.51% -
HSV(B) 349.57º 0.61% 0.73% -
XYZ 24.74 15.97 11.9 -
YUV 108.67 118.6 183.87 -
System Red Green Blue C M Y K H S L
Decimal 187 72 92 0 0.61 0.51 0.27 349.57 0.46 0.51
Hex BB 48 5C 0 3D 33 1B 15E 2E 33
Octal 273 110 134 0 75 63 33 536 56 63
Binary 10111011 1001000 1011100 0 111101 110011 11011 101011110 101110 110011

Color Harmonies of #BB485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB485C

Black with #BB485C

Text Example


Text Example

White with #BB485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB485C; }

 p { color: rgb(187,72,92); }

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

background-color css

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

 a { background-color: rgb(187,72,92); }

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

border-color css

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

 span { border-color: rgb(187,72,92); }

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