Html Css Color HEX #B04E5A Hippie Pink

📋 copy color: '#B04E5A'

red 176 ◦ green 78 ◦ blue 90

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

Shades of Hippie Pink #B04E5A

Tints of Hippie Pink #B04E5A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.67%

 BLUE value IS 90 (35.55% from 255) = 26.16%

R = 51.16%
G = 22.67%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B04E5A (or 0xB04E5A) is known color: Hippie Pink. HEX triplet: B0, 4E and 5A. RGB value is (176,78,90). Sum of RGB (Red+Green+Blue) = 176+78+90=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E5A is #4FB1A5. Grayscale: #6C6C6C. Windows color (decimal): -5222822 or 5918384. OLE color: 5918384.

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

Color convert

RGB 176 78 90 -
CMYK 0 0.56 0.49 0.31
HSL 352.65º 0.39% 0.5% -
HSV(B) 352.65º 0.56% 0.69% -
XYZ 22.47 15.42 11.46 -
YUV 108.67 117.47 176.02 -
System Red Green Blue C M Y K H S L
Decimal 176 78 90 0 0.56 0.49 0.31 352.65 0.39 0.5
Hex B0 4E 5A 0 38 31 1F 161 27 32
Octal 260 116 132 0 70 61 37 541 47 62
Binary 10110000 1001110 1011010 0 111000 110001 11111 101100001 100111 110010

Color Harmonies of #B04E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04E5A

Black with #B04E5A

Text Example


Text Example

White with #B04E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04E5A; }

 p { color: rgb(176,78,90); }

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

background-color css

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

 a { background-color: rgb(176,78,90); }

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

border-color css

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

 span { border-color: rgb(176,78,90); }

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