Html Css Color HEX #B0484B Hippie Pink

📋 copy color: '#B0484B'

red 176 ◦ green 72 ◦ blue 75

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

Shades of Hippie Pink #B0484B

Tints of Hippie Pink #B0484B

RGB

 RED value IS 176 (69.14% from 255) = 54.49%

 GREEN value IS 72 (28.52% from 255) = 22.29%

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

R = 54.49%
G = 22.29%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0484B (or 0xB0484B) is known color: Hippie Pink. HEX triplet: B0, 48 and 4B. RGB value is (176,72,75). Sum of RGB (Red+Green+Blue) = 176+72+75=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B0484B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0484B is #4FB7B4. Grayscale: #676767. Windows color (decimal): -5224373 or 4933808. OLE color: 4933808.

HSL color Cylindrical-coordinate representation of color #B0484B: hue angle of 358.27º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0484B is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 72 75 -
CMYK 0 0.59 0.57 0.31
HSL 358.27º 0.42% 0.49% -
HSV(B) 358.27º 0.59% 0.69% -
XYZ 21.49 14.37 8.3 -
YUV 103.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 176 72 75 0 0.59 0.57 0.31 358.27 0.42 0.49
Hex B0 48 4B 0 3B 39 1F 166 2A 31
Octal 260 110 113 0 73 71 37 546 52 61
Binary 10110000 1001000 1001011 0 111011 111001 11111 101100110 101010 110001

Color Harmonies of #B0484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0484B

Black with #B0484B

Text Example


Text Example

White with #B0484B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0484B; }

 p { color: rgb(176,72,75); }

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

background-color css

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

 a { background-color: rgb(176,72,75); }

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

border-color css

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

 span { border-color: rgb(176,72,75); }

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