Html Css Color HEX #B8425E Hippie Pink

📋 copy color: '#B8425E'

red 184 ◦ green 66 ◦ blue 94

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

Shades of Hippie Pink #B8425E

Tints of Hippie Pink #B8425E

RGB

 RED value IS 184 (72.27% from 255) = 53.49%

 GREEN value IS 66 (26.17% from 255) = 19.19%

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

R = 53.49%
G = 19.19%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8425E (or 0xB8425E) is known color: Hippie Pink. HEX triplet: B8, 42 and 5E. RGB value is (184,66,94). Sum of RGB (Red+Green+Blue) = 184+66+94=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8425E is #47BDA1. Grayscale: #686868. Windows color (decimal): -4701602 or 6177464. OLE color: 6177464.

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

Color convert

RGB 184 66 94 -
CMYK 0 0.64 0.49 0.28
HSL 345.76º 0.47% 0.49% -
HSV(B) 345.76º 0.64% 0.72% -
XYZ 23.74 14.89 12.21 -
YUV 104.47 122.09 184.72 -
System Red Green Blue C M Y K H S L
Decimal 184 66 94 0 0.64 0.49 0.28 345.76 0.47 0.49
Hex B8 42 5E 0 40 31 1C 15A 2F 31
Octal 270 102 136 0 100 61 34 532 57 61
Binary 10111000 1000010 1011110 0 1000000 110001 11100 101011010 101111 110001

Color Harmonies of #B8425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8425E

Black with #B8425E

Text Example


Text Example

White with #B8425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8425E; }

 p { color: rgb(184,66,94); }

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

background-color css

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

 a { background-color: rgb(184,66,94); }

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

border-color css

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

 span { border-color: rgb(184,66,94); }

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