Html Css Color HEX #B04648 Hippie Pink

📋 copy color: '#B04648'

red 176 ◦ green 70 ◦ blue 72

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

Shades of Hippie Pink #B04648

Tints of Hippie Pink #B04648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.64%

R = 55.35%
G = 22.01%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B04648 (or 0xB04648) is known color: Hippie Pink. HEX triplet: B0, 46 and 48. RGB value is (176,70,72). Sum of RGB (Red+Green+Blue) = 176+70+72=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B04648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04648 is #4FB9B7. Grayscale: #666666. Windows color (decimal): -5224888 or 4736688. OLE color: 4736688.

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

Color convert

RGB 176 70 72 -
CMYK 0 0.60 0.59 0.31
HSL 358.87º 0.43% 0.48% -
HSV(B) 358.87º 0.6% 0.69% -
XYZ 21.26 14.08 7.73 -
YUV 101.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 176 70 72 0 0.60 0.59 0.31 358.87 0.43 0.48
Hex B0 46 48 0 3C 3B 1F 167 2B 30
Octal 260 106 110 0 74 73 37 547 53 60
Binary 10110000 1000110 1001000 0 111100 111011 11111 101100111 101011 110000

Color Harmonies of #B04648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04648

Black with #B04648

Text Example


Text Example

White with #B04648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04648; }

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

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

background-color css

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

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

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

border-color css

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

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

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