Html Css Color HEX #B04052 Hippie Pink

📋 copy color: '#B04052'

red 176 ◦ green 64 ◦ blue 82

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

Shades of Hippie Pink #B04052

Tints of Hippie Pink #B04052

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.88%

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

R = 54.66%
G = 19.88%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B04052 (or 0xB04052) is known color: Hippie Pink. HEX triplet: B0, 40 and 52. RGB value is (176,64,82). Sum of RGB (Red+Green+Blue) = 176+64+82=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B04052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04052 is #4FBFAD. Grayscale: #636363. Windows color (decimal): -5226414 or 5390512. OLE color: 5390512.

HSL color Cylindrical-coordinate representation of color #B04052: hue angle of 350.36º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04052 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 64 82 -
CMYK 0 0.64 0.53 0.31
HSL 350.36º 0.47% 0.47% -
HSV(B) 350.36º 0.64% 0.69% -
XYZ 21.26 13.51 9.47 -
YUV 99.54 118.11 182.54 -
System Red Green Blue C M Y K H S L
Decimal 176 64 82 0 0.64 0.53 0.31 350.36 0.47 0.47
Hex B0 40 52 0 40 35 1F 15E 2F 2F
Octal 260 100 122 0 100 65 37 536 57 57
Binary 10110000 1000000 1010010 0 1000000 110101 11111 101011110 101111 101111

Color Harmonies of #B04052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04052

Black with #B04052

Text Example


Text Example

White with #B04052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04052; }

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

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

background-color css

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

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

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

border-color css

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

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

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