Html Css Color HEX #BB425A Hippie Pink

📋 copy color: '#BB425A'

red 187 ◦ green 66 ◦ blue 90

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

Shades of Hippie Pink #BB425A

Tints of Hippie Pink #BB425A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.24%

R = 54.52%
G = 19.24%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB425A (or 0xBB425A) is known color: Hippie Pink. HEX triplet: BB, 42 and 5A. RGB value is (187,66,90). Sum of RGB (Red+Green+Blue) = 187+66+90=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB425A is #44BDA5. Grayscale: #686868. Windows color (decimal): -4504998 or 5915323. OLE color: 5915323.

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

Color convert

RGB 187 66 90 -
CMYK 0 0.65 0.52 0.27
HSL 348.1º 0.48% 0.5% -
HSV(B) 348.1º 0.65% 0.73% -
XYZ 24.29 15.2 11.33 -
YUV 104.92 119.59 186.55 -
System Red Green Blue C M Y K H S L
Decimal 187 66 90 0 0.65 0.52 0.27 348.1 0.48 0.5
Hex BB 42 5A 0 41 34 1B 15C 30 32
Octal 273 102 132 0 101 64 33 534 60 62
Binary 10111011 1000010 1011010 0 1000001 110100 11011 101011100 110000 110010

Color Harmonies of #BB425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB425A

Black with #BB425A

Text Example


Text Example

White with #BB425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB425A; }

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

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

background-color css

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

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

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

border-color css

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

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

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