Html Css Color HEX #B04748 Hippie Pink

📋 copy color: '#B04748'

red 176 ◦ green 71 ◦ blue 72

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

Shades of Hippie Pink #B04748

Tints of Hippie Pink #B04748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.26%

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

R = 55.17%
G = 22.26%
B = 22.57%

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

#B04748 (or 0xB04748) is known color: Hippie Pink. HEX triplet: B0, 47 and 48. RGB value is (176,71,72). Sum of RGB (Red+Green+Blue) = 176+71+72=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B04748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04748 is #4FB8B7. Grayscale: #666666. Windows color (decimal): -5224632 or 4736944. OLE color: 4736944.

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

Color convert

RGB 176 71 72 -
CMYK 0 0.60 0.59 0.31
HSL 359.43º 0.43% 0.48% -
HSV(B) 359.43º 0.6% 0.69% -
XYZ 21.33 14.2 7.75 -
YUV 102.51 110.79 180.42 -
System Red Green Blue C M Y K H S L
Decimal 176 71 72 0 0.60 0.59 0.31 359.43 0.43 0.48
Hex B0 47 48 0 3C 3B 1F 167 2B 30
Octal 260 107 110 0 74 73 37 547 53 60
Binary 10110000 1000111 1001000 0 111100 111011 11111 101100111 101011 110000

Color Harmonies of #B04748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04748

Black with #B04748

Text Example


Text Example

White with #B04748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04748; }

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

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

background-color css

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

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

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

border-color css

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

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

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