Html Css Color HEX #B74255 Hippie Pink

📋 copy color: '#B74255'

red 183 ◦ green 66 ◦ blue 85

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

Shades of Hippie Pink #B74255

Tints of Hippie Pink #B74255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.45%

R = 54.79%
G = 19.76%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B74255 (or 0xB74255) is known color: Hippie Pink. HEX triplet: B7, 42 and 55. RGB value is (183,66,85). Sum of RGB (Red+Green+Blue) = 183+66+85=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B74255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74255 is #48BDAA. Grayscale: #676767. Windows color (decimal): -4767147 or 5587639. OLE color: 5587639.

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

Color convert

RGB 183 66 85 -
CMYK 0 0.64 0.54 0.28
HSL 350.26º 0.47% 0.49% -
HSV(B) 350.26º 0.64% 0.72% -
XYZ 23.12 14.62 10.2 -
YUV 103.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 183 66 85 0 0.64 0.54 0.28 350.26 0.47 0.49
Hex B7 42 55 0 40 36 1C 15E 2F 31
Octal 267 102 125 0 100 66 34 536 57 61
Binary 10110111 1000010 1010101 0 1000000 110110 11100 101011110 101111 110001

Color Harmonies of #B74255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74255

Black with #B74255

Text Example


Text Example

White with #B74255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74255; }

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

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

background-color css

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

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

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

border-color css

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

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

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