Html Css Color HEX #BB425F Blush

📋 copy color: '#BB425F'

red 187 ◦ green 66 ◦ blue 95

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

Shades of Blush #BB425F

Tints of Blush #BB425F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.97%

 BLUE value IS 95 (37.5% from 255) = 27.3%

R = 53.74%
G = 18.97%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB425F (or 0xBB425F) is known color: Blush. HEX triplet: BB, 42 and 5F. RGB value is (187,66,95). Sum of RGB (Red+Green+Blue) = 187+66+95=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB425F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB425F is #44BDA0. Grayscale: #696969. Windows color (decimal): -4504993 or 6243003. OLE color: 6243003.

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

Color convert

RGB 187 66 95 -
CMYK 0 0.65 0.49 0.27
HSL 345.62º 0.48% 0.5% -
HSV(B) 345.62º 0.65% 0.73% -
XYZ 24.51 15.29 12.49 -
YUV 105.49 122.09 186.14 -
System Red Green Blue C M Y K H S L
Decimal 187 66 95 0 0.65 0.49 0.27 345.62 0.48 0.5
Hex BB 42 5F 0 41 31 1B 15A 30 32
Octal 273 102 137 0 101 61 33 532 60 62
Binary 10111011 1000010 1011111 0 1000001 110001 11011 101011010 110000 110010

Color Harmonies of #BB425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB425F

Black with #BB425F

Text Example


Text Example

White with #BB425F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB425F; }

 p { color: rgb(187,66,95); }

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

background-color css

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

 a { background-color: rgb(187,66,95); }

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

border-color css

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

 span { border-color: rgb(187,66,95); }

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