Html Css Color HEX #B04548 Hippie Pink

📋 copy color: '#B04548'

red 176 ◦ green 69 ◦ blue 72

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

Shades of Hippie Pink #B04548

Tints of Hippie Pink #B04548

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.77%

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

R = 55.52%
G = 21.77%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B04548 (or 0xB04548) is known color: Hippie Pink. HEX triplet: B0, 45 and 48. RGB value is (176,69,72). Sum of RGB (Red+Green+Blue) = 176+69+72=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B04548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04548 is #4FBAB7. Grayscale: #656565. Windows color (decimal): -5225144 or 4736432. OLE color: 4736432.

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

Color convert

RGB 176 69 72 -
CMYK 0 0.61 0.59 0.31
HSL 358.32º 0.44% 0.48% -
HSV(B) 358.32º 0.61% 0.69% -
XYZ 21.2 13.95 7.71 -
YUV 101.34 111.45 181.26 -
System Red Green Blue C M Y K H S L
Decimal 176 69 72 0 0.61 0.59 0.31 358.32 0.44 0.48
Hex B0 45 48 0 3D 3B 1F 166 2C 30
Octal 260 105 110 0 75 73 37 546 54 60
Binary 10110000 1000101 1001000 0 111101 111011 11111 101100110 101100 110000

Color Harmonies of #B04548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04548

Black with #B04548

Text Example


Text Example

White with #B04548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04548; }

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

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

background-color css

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

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

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

border-color css

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

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

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