Html Css Color HEX #BB475B Hippie Pink

📋 copy color: '#BB475B'

red 187 ◦ green 71 ◦ blue 91

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

Shades of Hippie Pink #BB475B

Tints of Hippie Pink #BB475B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.34%

 BLUE value IS 91 (35.94% from 255) = 26.07%

R = 53.58%
G = 20.34%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB475B (or 0xBB475B) is known color: Hippie Pink. HEX triplet: BB, 47 and 5B. RGB value is (187,71,91). Sum of RGB (Red+Green+Blue) = 187+71+91=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB475B is #44B8A4. Grayscale: #6C6C6C. Windows color (decimal): -4503717 or 5982139. OLE color: 5982139.

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

Color convert

RGB 187 71 91 -
CMYK 0 0.62 0.51 0.27
HSL 349.66º 0.46% 0.51% -
HSV(B) 349.66º 0.62% 0.73% -
XYZ 24.64 15.83 11.65 -
YUV 107.96 118.43 184.37 -
System Red Green Blue C M Y K H S L
Decimal 187 71 91 0 0.62 0.51 0.27 349.66 0.46 0.51
Hex BB 47 5B 0 3E 33 1B 15E 2E 33
Octal 273 107 133 0 76 63 33 536 56 63
Binary 10111011 1000111 1011011 0 111110 110011 11011 101011110 101110 110011

Color Harmonies of #BB475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB475B

Black with #BB475B

Text Example


Text Example

White with #BB475B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB475B; }

 p { color: rgb(187,71,91); }

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

background-color css

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

 a { background-color: rgb(187,71,91); }

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

border-color css

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

 span { border-color: rgb(187,71,91); }

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