Html Css Color HEX #B04762 Hippie Pink

📋 copy color: '#B04762'

red 176 ◦ green 71 ◦ blue 98

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

Shades of Hippie Pink #B04762

Tints of Hippie Pink #B04762

RGB

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

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

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

R = 51.01%
G = 20.58%
B = 28.41%

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

#B04762 (or 0xB04762) is known color: Hippie Pink. HEX triplet: B0, 47 and 62. RGB value is (176,71,98). Sum of RGB (Red+Green+Blue) = 176+71+98=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B04762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04762 is #4FB89D. Grayscale: #696969. Windows color (decimal): -5224606 or 6440880. OLE color: 6440880.

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

Color convert

RGB 176 71 98 -
CMYK 0 0.60 0.44 0.31
HSL 344.57º 0.43% 0.48% -
HSV(B) 344.57º 0.6% 0.69% -
XYZ 22.36 14.62 13.2 -
YUV 105.47 123.79 178.3 -
System Red Green Blue C M Y K H S L
Decimal 176 71 98 0 0.60 0.44 0.31 344.57 0.43 0.48
Hex B0 47 62 0 3C 2C 1F 159 2B 30
Octal 260 107 142 0 74 54 37 531 53 60
Binary 10110000 1000111 1100010 0 111100 101100 11111 101011001 101011 110000

Color Harmonies of #B04762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04762

Black with #B04762

Text Example


Text Example

White with #B04762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04762; }

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

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

background-color css

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

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

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

border-color css

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

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

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