Html Css Color HEX #BB474D Hippie Pink

📋 copy color: '#BB474D'

red 187 ◦ green 71 ◦ blue 77

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

Shades of Hippie Pink #BB474D

Tints of Hippie Pink #BB474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.99%

R = 55.82%
G = 21.19%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB474D (or 0xBB474D) is known color: Hippie Pink. HEX triplet: BB, 47 and 4D. RGB value is (187,71,77). Sum of RGB (Red+Green+Blue) = 187+71+77=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB474D is #44B8B2. Grayscale: #6A6A6A. Windows color (decimal): -4503731 or 5064635. OLE color: 5064635.

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

Color convert

RGB 187 71 77 -
CMYK 0 0.62 0.59 0.27
HSL 356.9º 0.46% 0.51% -
HSV(B) 356.9º 0.62% 0.73% -
XYZ 24.09 15.61 8.76 -
YUV 106.37 111.43 185.51 -
System Red Green Blue C M Y K H S L
Decimal 187 71 77 0 0.62 0.59 0.27 356.9 0.46 0.51
Hex BB 47 4D 0 3E 3B 1B 165 2E 33
Octal 273 107 115 0 76 73 33 545 56 63
Binary 10111011 1000111 1001101 0 111110 111011 11011 101100101 101110 110011

Color Harmonies of #BB474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB474D

Black with #BB474D

Text Example


Text Example

White with #BB474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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