Html Css Color HEX #BB465A Hippie Pink

📋 copy color: '#BB465A'

red 187 ◦ green 70 ◦ blue 90

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

Shades of Hippie Pink #BB465A

Tints of Hippie Pink #BB465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.17%

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

R = 53.89%
G = 20.17%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB465A (or 0xBB465A) is known color: Hippie Pink. HEX triplet: BB, 46 and 5A. RGB value is (187,70,90). Sum of RGB (Red+Green+Blue) = 187+70+90=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB465A is #44B9A5. Grayscale: #6B6B6B. Windows color (decimal): -4503974 or 5916347. OLE color: 5916347.

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

Color convert

RGB 187 70 90 -
CMYK 0 0.63 0.52 0.27
HSL 349.74º 0.46% 0.5% -
HSV(B) 349.74º 0.63% 0.73% -
XYZ 24.53 15.68 11.41 -
YUV 107.26 118.26 184.87 -
System Red Green Blue C M Y K H S L
Decimal 187 70 90 0 0.63 0.52 0.27 349.74 0.46 0.5
Hex BB 46 5A 0 3F 34 1B 15E 2E 32
Octal 273 106 132 0 77 64 33 536 56 62
Binary 10111011 1000110 1011010 0 111111 110100 11011 101011110 101110 110010

Color Harmonies of #BB465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB465A

Black with #BB465A

Text Example


Text Example

White with #BB465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB465A; }

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

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

background-color css

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

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

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

border-color css

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

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

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