Html Css Color HEX #B74158 Hippie Pink

📋 copy color: '#B74158'

red 183 ◦ green 65 ◦ blue 88

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

Shades of Hippie Pink #B74158

Tints of Hippie Pink #B74158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.35%

 BLUE value IS 88 (34.77% from 255) = 26.19%

R = 54.46%
G = 19.35%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B74158 (or 0xB74158) is known color: Hippie Pink. HEX triplet: B7, 41 and 58. RGB value is (183,65,88). Sum of RGB (Red+Green+Blue) = 183+65+88=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B74158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74158 is #48BEA7. Grayscale: #666666. Windows color (decimal): -4767400 or 5783991. OLE color: 5783991.

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

Color convert

RGB 183 65 88 -
CMYK 0 0.64 0.52 0.28
HSL 348.31º 0.48% 0.49% -
HSV(B) 348.31º 0.64% 0.72% -
XYZ 23.18 14.55 10.82 -
YUV 102.9 119.59 185.13 -
System Red Green Blue C M Y K H S L
Decimal 183 65 88 0 0.64 0.52 0.28 348.31 0.48 0.49
Hex B7 41 58 0 40 34 1C 15C 30 31
Octal 267 101 130 0 100 64 34 534 60 61
Binary 10110111 1000001 1011000 0 1000000 110100 11100 101011100 110000 110001

Color Harmonies of #B74158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74158

Black with #B74158

Text Example


Text Example

White with #B74158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74158; }

 p { color: rgb(183,65,88); }

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

background-color css

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

 a { background-color: rgb(183,65,88); }

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

border-color css

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

 span { border-color: rgb(183,65,88); }

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