Html Css Color HEX #B04352 Hippie Pink

📋 copy color: '#B04352'

red 176 ◦ green 67 ◦ blue 82

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

Shades of Hippie Pink #B04352

Tints of Hippie Pink #B04352

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.62%

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

R = 54.15%
G = 20.62%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B04352 (or 0xB04352) is known color: Hippie Pink. HEX triplet: B0, 43 and 52. RGB value is (176,67,82). Sum of RGB (Red+Green+Blue) = 176+67+82=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B04352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04352 is #4FBCAD. Grayscale: #656565. Windows color (decimal): -5225646 or 5391280. OLE color: 5391280.

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

Color convert

RGB 176 67 82 -
CMYK 0 0.62 0.53 0.31
HSL 351.74º 0.45% 0.48% -
HSV(B) 351.74º 0.62% 0.69% -
XYZ 21.43 13.85 9.53 -
YUV 101.3 117.11 181.28 -
System Red Green Blue C M Y K H S L
Decimal 176 67 82 0 0.62 0.53 0.31 351.74 0.45 0.48
Hex B0 43 52 0 3E 35 1F 160 2D 30
Octal 260 103 122 0 76 65 37 540 55 60
Binary 10110000 1000011 1010010 0 111110 110101 11111 101100000 101101 110000

Color Harmonies of #B04352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04352

Black with #B04352

Text Example


Text Example

White with #B04352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04352; }

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

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

background-color css

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

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

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

border-color css

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

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

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