Html Css Color HEX #B04752 Hippie Pink

📋 copy color: '#B04752'

red 176 ◦ green 71 ◦ blue 82

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

Shades of Hippie Pink #B04752

Tints of Hippie Pink #B04752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.92%

R = 53.5%
G = 21.58%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B04752 (or 0xB04752) is known color: Hippie Pink. HEX triplet: B0, 47 and 52. RGB value is (176,71,82). Sum of RGB (Red+Green+Blue) = 176+71+82=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B04752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04752 is #4FB8AD. Grayscale: #676767. Windows color (decimal): -5224622 or 5392304. OLE color: 5392304.

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

Color convert

RGB 176 71 82 -
CMYK 0 0.60 0.53 0.31
HSL 353.71º 0.43% 0.48% -
HSV(B) 353.71º 0.6% 0.69% -
XYZ 21.68 14.35 9.61 -
YUV 103.65 115.79 179.61 -
System Red Green Blue C M Y K H S L
Decimal 176 71 82 0 0.60 0.53 0.31 353.71 0.43 0.48
Hex B0 47 52 0 3C 35 1F 162 2B 30
Octal 260 107 122 0 74 65 37 542 53 60
Binary 10110000 1000111 1010010 0 111100 110101 11111 101100010 101011 110000

Color Harmonies of #B04752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04752

Black with #B04752

Text Example


Text Example

White with #B04752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04752; }

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

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

background-color css

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

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

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

border-color css

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

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

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