Html Css Color HEX #B74052 Hippie Pink

📋 copy color: '#B74052'

red 183 ◦ green 64 ◦ blue 82

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

Shades of Hippie Pink #B74052

Tints of Hippie Pink #B74052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.92%

R = 55.62%
G = 19.45%
B = 24.92%

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

#B74052 (or 0xB74052) is known color: Hippie Pink. HEX triplet: B7, 40 and 52. RGB value is (183,64,82). Sum of RGB (Red+Green+Blue) = 183+64+82=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B74052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74052 is #48BFAD. Grayscale: #656565. Windows color (decimal): -4767662 or 5390519. OLE color: 5390519.

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

Color convert

RGB 183 64 82 -
CMYK 0 0.65 0.55 0.28
HSL 350.92º 0.48% 0.48% -
HSV(B) 350.92º 0.65% 0.72% -
XYZ 22.88 14.34 9.55 -
YUV 101.63 116.92 186.04 -
System Red Green Blue C M Y K H S L
Decimal 183 64 82 0 0.65 0.55 0.28 350.92 0.48 0.48
Hex B7 40 52 0 41 37 1C 15F 30 30
Octal 267 100 122 0 101 67 34 537 60 60
Binary 10110111 1000000 1010010 0 1000001 110111 11100 101011111 110000 110000

Color Harmonies of #B74052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74052

Black with #B74052

Text Example


Text Example

White with #B74052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74052; }

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

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

background-color css

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

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

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

border-color css

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

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

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