Html Css Color HEX #B04853 Hippie Pink

📋 copy color: '#B04853'

red 176 ◦ green 72 ◦ blue 83

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

Shades of Hippie Pink #B04853

Tints of Hippie Pink #B04853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.75%

 BLUE value IS 83 (32.81% from 255) = 25.08%

R = 53.17%
G = 21.75%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B04853 (or 0xB04853) is known color: Hippie Pink. HEX triplet: B0, 48 and 53. RGB value is (176,72,83). Sum of RGB (Red+Green+Blue) = 176+72+83=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B04853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04853 is #4FB7AC. Grayscale: #686868. Windows color (decimal): -5224365 or 5458096. OLE color: 5458096.

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

Color convert

RGB 176 72 83 -
CMYK 0 0.59 0.53 0.31
HSL 353.65º 0.42% 0.49% -
HSV(B) 353.65º 0.59% 0.69% -
XYZ 21.78 14.49 9.83 -
YUV 104.35 115.96 179.11 -
System Red Green Blue C M Y K H S L
Decimal 176 72 83 0 0.59 0.53 0.31 353.65 0.42 0.49
Hex B0 48 53 0 3B 35 1F 162 2A 31
Octal 260 110 123 0 73 65 37 542 52 61
Binary 10110000 1001000 1010011 0 111011 110101 11111 101100010 101010 110001

Color Harmonies of #B04853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04853

Black with #B04853

Text Example


Text Example

White with #B04853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04853; }

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

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

background-color css

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

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

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

border-color css

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

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

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