Html Css Color HEX #B04952 Hippie Pink

📋 copy color: '#B04952'

red 176 ◦ green 73 ◦ blue 82

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

Shades of Hippie Pink #B04952

Tints of Hippie Pink #B04952

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.05%

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

R = 53.17%
G = 22.05%
B = 24.77%

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

#B04952 (or 0xB04952) is known color: Hippie Pink. HEX triplet: B0, 49 and 52. RGB value is (176,73,82). Sum of RGB (Red+Green+Blue) = 176+73+82=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B04952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04952 is #4FB6AD. Grayscale: #686868. Windows color (decimal): -5224110 or 5392816. OLE color: 5392816.

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

Color convert

RGB 176 73 82 -
CMYK 0 0.59 0.53 0.31
HSL 354.76º 0.41% 0.49% -
HSV(B) 354.76º 0.59% 0.69% -
XYZ 21.81 14.6 9.65 -
YUV 104.82 115.12 178.77 -
System Red Green Blue C M Y K H S L
Decimal 176 73 82 0 0.59 0.53 0.31 354.76 0.41 0.49
Hex B0 49 52 0 3B 35 1F 163 29 31
Octal 260 111 122 0 73 65 37 543 51 61
Binary 10110000 1001001 1010010 0 111011 110101 11111 101100011 101001 110001

Color Harmonies of #B04952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04952

Black with #B04952

Text Example


Text Example

White with #B04952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04952; }

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

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

background-color css

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

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

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

border-color css

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

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

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