Html Css Color HEX #BB454B Hippie Pink

📋 copy color: '#BB454B'

red 187 ◦ green 69 ◦ blue 75

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

Shades of Hippie Pink #BB454B

Tints of Hippie Pink #BB454B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.85%

 BLUE value IS 75 (29.69% from 255) = 22.66%

R = 56.5%
G = 20.85%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB454B (or 0xBB454B) is known color: Hippie Pink. HEX triplet: BB, 45 and 4B. RGB value is (187,69,75). Sum of RGB (Red+Green+Blue) = 187+69+75=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB454B is #44BAB4. Grayscale: #696969. Windows color (decimal): -4504245 or 4933051. OLE color: 4933051.

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

Color convert

RGB 187 69 75 -
CMYK 0 0.63 0.60 0.27
HSL 356.95º 0.46% 0.5% -
HSV(B) 356.95º 0.63% 0.73% -
XYZ 23.89 15.33 8.36 -
YUV 104.97 111.09 186.51 -
System Red Green Blue C M Y K H S L
Decimal 187 69 75 0 0.63 0.60 0.27 356.95 0.46 0.5
Hex BB 45 4B 0 3F 3C 1B 165 2E 32
Octal 273 105 113 0 77 74 33 545 56 62
Binary 10111011 1000101 1001011 0 111111 111100 11011 101100101 101110 110010

Color Harmonies of #BB454B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB454B

Black with #BB454B

Text Example


Text Example

White with #BB454B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB454B; }

 p { color: rgb(187,69,75); }

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

background-color css

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

 a { background-color: rgb(187,69,75); }

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

border-color css

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

 span { border-color: rgb(187,69,75); }

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