Html Css Color HEX #B04E5E Hippie Pink

📋 copy color: '#B04E5E'

red 176 ◦ green 78 ◦ blue 94

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

Shades of Hippie Pink #B04E5E

Tints of Hippie Pink #B04E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.01%

R = 50.57%
G = 22.41%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B04E5E (or 0xB04E5E) is known color: Hippie Pink. HEX triplet: B0, 4E and 5E. RGB value is (176,78,94). Sum of RGB (Red+Green+Blue) = 176+78+94=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E5E is #4FB1A1. Grayscale: #6D6D6D. Windows color (decimal): -5222818 or 6180528. OLE color: 6180528.

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

Color convert

RGB 176 78 94 -
CMYK 0 0.56 0.47 0.31
HSL 350.2º 0.39% 0.5% -
HSV(B) 350.2º 0.56% 0.69% -
XYZ 22.65 15.49 12.39 -
YUV 109.13 119.47 175.7 -
System Red Green Blue C M Y K H S L
Decimal 176 78 94 0 0.56 0.47 0.31 350.2 0.39 0.5
Hex B0 4E 5E 0 38 2F 1F 15E 27 32
Octal 260 116 136 0 70 57 37 536 47 62
Binary 10110000 1001110 1011110 0 111000 101111 11111 101011110 100111 110010

Color Harmonies of #B04E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04E5E

Black with #B04E5E

Text Example


Text Example

White with #B04E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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