Html Css Color HEX #B04652 Hippie Pink

📋 copy color: '#B04652'

red 176 ◦ green 70 ◦ blue 82

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

Shades of Hippie Pink #B04652

Tints of Hippie Pink #B04652

RGB

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

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

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

R = 53.66%
G = 21.34%
B = 25%

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

#B04652 (or 0xB04652) is known color: Hippie Pink. HEX triplet: B0, 46 and 52. RGB value is (176,70,82). Sum of RGB (Red+Green+Blue) = 176+70+82=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B04652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04652 is #4FB9AD. Grayscale: #676767. Windows color (decimal): -5224878 or 5392048. OLE color: 5392048.

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

Color convert

RGB 176 70 82 -
CMYK 0 0.60 0.53 0.31
HSL 353.21º 0.43% 0.48% -
HSV(B) 353.21º 0.6% 0.69% -
XYZ 21.62 14.22 9.59 -
YUV 103.06 116.12 180.02 -
System Red Green Blue C M Y K H S L
Decimal 176 70 82 0 0.60 0.53 0.31 353.21 0.43 0.48
Hex B0 46 52 0 3C 35 1F 161 2B 30
Octal 260 106 122 0 74 65 37 541 53 60
Binary 10110000 1000110 1010010 0 111100 110101 11111 101100001 101011 110000

Color Harmonies of #B04652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04652

Black with #B04652

Text Example


Text Example

White with #B04652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04652; }

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

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

background-color css

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

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

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

border-color css

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

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

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