Html Css Color HEX #BB474F Hippie Pink

📋 copy color: '#BB474F'

red 187 ◦ green 71 ◦ blue 79

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

Shades of Hippie Pink #BB474F

Tints of Hippie Pink #BB474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.44%

R = 55.49%
G = 21.07%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB474F (or 0xBB474F) is known color: Hippie Pink. HEX triplet: BB, 47 and 4F. RGB value is (187,71,79). Sum of RGB (Red+Green+Blue) = 187+71+79=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB474F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB474F is #44B8B0. Grayscale: #6A6A6A. Windows color (decimal): -4503729 or 5195707. OLE color: 5195707.

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

Color convert

RGB 187 71 79 -
CMYK 0 0.62 0.58 0.27
HSL 355.86º 0.46% 0.51% -
HSV(B) 355.86º 0.62% 0.73% -
XYZ 24.16 15.64 9.14 -
YUV 106.6 112.43 185.35 -
System Red Green Blue C M Y K H S L
Decimal 187 71 79 0 0.62 0.58 0.27 355.86 0.46 0.51
Hex BB 47 4F 0 3E 3A 1B 164 2E 33
Octal 273 107 117 0 76 72 33 544 56 63
Binary 10111011 1000111 1001111 0 111110 111010 11011 101100100 101110 110011

Color Harmonies of #BB474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB474F

Black with #BB474F

Text Example


Text Example

White with #BB474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB474F; }

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

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

background-color css

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

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

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

border-color css

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

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

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