Html Css Color HEX #B04051 Hippie Pink

📋 copy color: '#B04051'

red 176 ◦ green 64 ◦ blue 81

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

Shades of Hippie Pink #B04051

Tints of Hippie Pink #B04051

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.94%

 BLUE value IS 81 (32.03% from 255) = 25.23%

R = 54.83%
G = 19.94%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B04051 (or 0xB04051) is known color: Hippie Pink. HEX triplet: B0, 40 and 51. RGB value is (176,64,81). Sum of RGB (Red+Green+Blue) = 176+64+81=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B04051 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04051 is #4FBFAE. Grayscale: #636363. Windows color (decimal): -5226415 or 5324976. OLE color: 5324976.

HSL color Cylindrical-coordinate representation of color #B04051: hue angle of 350.89º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04051 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 64 81 -
CMYK 0 0.64 0.54 0.31
HSL 350.89º 0.47% 0.47% -
HSV(B) 350.89º 0.64% 0.69% -
XYZ 21.22 13.49 9.27 -
YUV 99.43 117.61 182.62 -
System Red Green Blue C M Y K H S L
Decimal 176 64 81 0 0.64 0.54 0.31 350.89 0.47 0.47
Hex B0 40 51 0 40 36 1F 15F 2F 2F
Octal 260 100 121 0 100 66 37 537 57 57
Binary 10110000 1000000 1010001 0 1000000 110110 11111 101011111 101111 101111

Color Harmonies of #B04051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04051

Black with #B04051

Text Example


Text Example

White with #B04051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04051; }

 p { color: rgb(176,64,81); }

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

background-color css

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

 a { background-color: rgb(176,64,81); }

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

border-color css

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

 span { border-color: rgb(176,64,81); }

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