Html Css Color HEX #B7425E Hippie Pink

📋 copy color: '#B7425E'

red 183 ◦ green 66 ◦ blue 94

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

Shades of Hippie Pink #B7425E

Tints of Hippie Pink #B7425E

RGB

 RED value IS 183 (71.88% from 255) = 53.35%

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

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

R = 53.35%
G = 19.24%
B = 27.41%

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

#B7425E (or 0xB7425E) is known color: Hippie Pink. HEX triplet: B7, 42 and 5E. RGB value is (183,66,94). Sum of RGB (Red+Green+Blue) = 183+66+94=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B7425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7425E is #48BDA1. Grayscale: #686868. Windows color (decimal): -4767138 or 6177463. OLE color: 6177463.

HSL color Cylindrical-coordinate representation of color #B7425E: hue angle of 345.64º 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 #B7425E is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 66 94 -
CMYK 0 0.64 0.49 0.28
HSL 345.64º 0.47% 0.49% -
HSV(B) 345.64º 0.64% 0.72% -
XYZ 23.5 14.77 12.2 -
YUV 104.18 122.26 184.22 -
System Red Green Blue C M Y K H S L
Decimal 183 66 94 0 0.64 0.49 0.28 345.64 0.47 0.49
Hex B7 42 5E 0 40 31 1C 15A 2F 31
Octal 267 102 136 0 100 61 34 532 57 61
Binary 10110111 1000010 1011110 0 1000000 110001 11100 101011010 101111 110001

Color Harmonies of #B7425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7425E

Black with #B7425E

Text Example


Text Example

White with #B7425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7425E; }

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

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

background-color css

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

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

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

border-color css

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

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

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