Html Css Color HEX #B74E50 Hippie Pink

📋 copy color: '#B74E50'

red 183 ◦ green 78 ◦ blue 80

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

Shades of Hippie Pink #B74E50

Tints of Hippie Pink #B74E50

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.87%

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

R = 53.67%
G = 22.87%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B74E50 (or 0xB74E50) is known color: Hippie Pink. HEX triplet: B7, 4E and 50. RGB value is (183,78,80). Sum of RGB (Red+Green+Blue) = 183+78+80=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74E50 is #48B1AF. Grayscale: #6D6D6D. Windows color (decimal): -4764080 or 5263031. OLE color: 5263031.

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

Color convert

RGB 183 78 80 -
CMYK 0 0.57 0.56 0.28
HSL 358.86º 0.42% 0.51% -
HSV(B) 358.86º 0.57% 0.72% -
XYZ 23.7 16.1 9.45 -
YUV 109.62 111.29 180.34 -
System Red Green Blue C M Y K H S L
Decimal 183 78 80 0 0.57 0.56 0.28 358.86 0.42 0.51
Hex B7 4E 50 0 39 38 1C 167 2A 33
Octal 267 116 120 0 71 70 34 547 52 63
Binary 10110111 1001110 1010000 0 111001 111000 11100 101100111 101010 110011

Color Harmonies of #B74E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74E50

Black with #B74E50

Text Example


Text Example

White with #B74E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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