Html Css Color HEX #B0474B Hippie Pink

📋 copy color: '#B0474B'

red 176 ◦ green 71 ◦ blue 75

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

Shades of Hippie Pink #B0474B

Tints of Hippie Pink #B0474B

RGB

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

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

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

R = 54.66%
G = 22.05%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0474B (or 0xB0474B) is known color: Hippie Pink. HEX triplet: B0, 47 and 4B. RGB value is (176,71,75). Sum of RGB (Red+Green+Blue) = 176+71+75=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B0474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0474B is #4FB8B4. Grayscale: #666666. Windows color (decimal): -5224629 or 4933552. OLE color: 4933552.

HSL color Cylindrical-coordinate representation of color #B0474B: hue angle of 357.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0474B is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 71 75 -
CMYK 0 0.60 0.57 0.31
HSL 357.71º 0.43% 0.48% -
HSV(B) 357.71º 0.6% 0.69% -
XYZ 21.43 14.24 8.28 -
YUV 102.85 112.29 180.17 -
System Red Green Blue C M Y K H S L
Decimal 176 71 75 0 0.60 0.57 0.31 357.71 0.43 0.48
Hex B0 47 4B 0 3C 39 1F 166 2B 30
Octal 260 107 113 0 74 71 37 546 53 60
Binary 10110000 1000111 1001011 0 111100 111001 11111 101100110 101011 110000

Color Harmonies of #B0474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0474B

Black with #B0474B

Text Example


Text Example

White with #B0474B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0474B; }

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

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

background-color css

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

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

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

border-color css

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

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

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