Html Css Color HEX #BB425D Hippie Pink

📋 copy color: '#BB425D'

red 187 ◦ green 66 ◦ blue 93

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

Shades of Hippie Pink #BB425D

Tints of Hippie Pink #BB425D

RGB

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

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

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

R = 54.05%
G = 19.08%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB425D (or 0xBB425D) is known color: Hippie Pink. HEX triplet: BB, 42 and 5D. RGB value is (187,66,93). Sum of RGB (Red+Green+Blue) = 187+66+93=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB425D is #44BDA2. Grayscale: #696969. Windows color (decimal): -4504995 or 6111931. OLE color: 6111931.

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

Color convert

RGB 187 66 93 -
CMYK 0 0.65 0.50 0.27
HSL 346.61º 0.48% 0.5% -
HSV(B) 346.61º 0.65% 0.73% -
XYZ 24.42 15.25 12.01 -
YUV 105.26 121.09 186.3 -
System Red Green Blue C M Y K H S L
Decimal 187 66 93 0 0.65 0.50 0.27 346.61 0.48 0.5
Hex BB 42 5D 0 41 32 1B 15B 30 32
Octal 273 102 135 0 101 62 33 533 60 62
Binary 10111011 1000010 1011101 0 1000001 110010 11011 101011011 110000 110010

Color Harmonies of #BB425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB425D

Black with #BB425D

Text Example


Text Example

White with #BB425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB425D; }

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

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

background-color css

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

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

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

border-color css

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

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

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