Html Css Color HEX #B74C50 Hippie Pink

📋 copy color: '#B74C50'

red 183 ◦ green 76 ◦ blue 80

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

Shades of Hippie Pink #B74C50

Tints of Hippie Pink #B74C50

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.42%

 BLUE value IS 80 (31.64% from 255) = 23.6%

R = 53.98%
G = 22.42%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B74C50 (or 0xB74C50) is known color: Hippie Pink. HEX triplet: B7, 4C and 50. RGB value is (183,76,80). Sum of RGB (Red+Green+Blue) = 183+76+80=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74C50 is #48B3AF. Grayscale: #6C6C6C. Windows color (decimal): -4764592 or 5262519. OLE color: 5262519.

HSL color Cylindrical-coordinate representation of color #B74C50: hue angle of 357.76º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74C50 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 76 80 -
CMYK 0 0.58 0.56 0.28
HSL 357.76º 0.43% 0.51% -
HSV(B) 357.76º 0.58% 0.72% -
XYZ 23.56 15.82 9.4 -
YUV 108.45 111.95 181.17 -
System Red Green Blue C M Y K H S L
Decimal 183 76 80 0 0.58 0.56 0.28 357.76 0.43 0.51
Hex B7 4C 50 0 3A 38 1C 166 2B 33
Octal 267 114 120 0 72 70 34 546 53 63
Binary 10110111 1001100 1010000 0 111010 111000 11100 101100110 101011 110011

Color Harmonies of #B74C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74C50

Black with #B74C50

Text Example


Text Example

White with #B74C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74C50; }

 p { color: rgb(183,76,80); }

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

background-color css

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

 a { background-color: rgb(183,76,80); }

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

border-color css

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

 span { border-color: rgb(183,76,80); }

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