Html Css Color HEX #B74053 Hippie Pink

📋 copy color: '#B74053'

red 183 ◦ green 64 ◦ blue 83

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

Shades of Hippie Pink #B74053

Tints of Hippie Pink #B74053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.39%

 BLUE value IS 83 (32.81% from 255) = 25.15%

R = 55.45%
G = 19.39%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B74053 (or 0xB74053) is known color: Hippie Pink. HEX triplet: B7, 40 and 53. RGB value is (183,64,83). Sum of RGB (Red+Green+Blue) = 183+64+83=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B74053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74053 is #48BFAC. Grayscale: #656565. Windows color (decimal): -4767661 or 5456055. OLE color: 5456055.

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

Color convert

RGB 183 64 83 -
CMYK 0 0.65 0.55 0.28
HSL 350.42º 0.48% 0.48% -
HSV(B) 350.42º 0.65% 0.72% -
XYZ 22.92 14.36 9.75 -
YUV 101.75 117.42 185.96 -
System Red Green Blue C M Y K H S L
Decimal 183 64 83 0 0.65 0.55 0.28 350.42 0.48 0.48
Hex B7 40 53 0 41 37 1C 15E 30 30
Octal 267 100 123 0 101 67 34 536 60 60
Binary 10110111 1000000 1010011 0 1000001 110111 11100 101011110 110000 110000

Color Harmonies of #B74053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74053

Black with #B74053

Text Example


Text Example

White with #B74053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74053; }

 p { color: rgb(183,64,83); }

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

background-color css

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

 a { background-color: rgb(183,64,83); }

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

border-color css

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

 span { border-color: rgb(183,64,83); }

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