Html Css Color HEX #B04662 Hippie Pink

📋 copy color: '#B04662'

red 176 ◦ green 70 ◦ blue 98

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

Shades of Hippie Pink #B04662

Tints of Hippie Pink #B04662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.35%

 BLUE value IS 98 (38.67% from 255) = 28.49%

R = 51.16%
G = 20.35%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B04662 (or 0xB04662) is known color: Hippie Pink. HEX triplet: B0, 46 and 62. RGB value is (176,70,98). Sum of RGB (Red+Green+Blue) = 176+70+98=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B04662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04662 is #4FB99D. Grayscale: #686868. Windows color (decimal): -5224862 or 6440624. OLE color: 6440624.

HSL color Cylindrical-coordinate representation of color #B04662: hue angle of 344.15º 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 #B04662 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 70 98 -
CMYK 0 0.60 0.44 0.31
HSL 344.15º 0.43% 0.48% -
HSV(B) 344.15º 0.6% 0.69% -
XYZ 22.3 14.49 13.18 -
YUV 104.89 124.12 178.72 -
System Red Green Blue C M Y K H S L
Decimal 176 70 98 0 0.60 0.44 0.31 344.15 0.43 0.48
Hex B0 46 62 0 3C 2C 1F 158 2B 30
Octal 260 106 142 0 74 54 37 530 53 60
Binary 10110000 1000110 1100010 0 111100 101100 11111 101011000 101011 110000

Color Harmonies of #B04662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04662

Black with #B04662

Text Example


Text Example

White with #B04662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04662; }

 p { color: rgb(176,70,98); }

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

background-color css

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

 a { background-color: rgb(176,70,98); }

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

border-color css

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

 span { border-color: rgb(176,70,98); }

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