Html Css Color HEX #B74150 Hippie Pink

📋 copy color: '#B74150'

red 183 ◦ green 65 ◦ blue 80

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

Shades of Hippie Pink #B74150

Tints of Hippie Pink #B74150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.82%

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

R = 55.79%
G = 19.82%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B74150 (or 0xB74150) is known color: Hippie Pink. HEX triplet: B7, 41 and 50. RGB value is (183,65,80). Sum of RGB (Red+Green+Blue) = 183+65+80=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B74150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74150 is #48BEAF. Grayscale: #666666. Windows color (decimal): -4767408 or 5259703. OLE color: 5259703.

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

Color convert

RGB 183 65 80 -
CMYK 0 0.64 0.56 0.28
HSL 352.37º 0.48% 0.49% -
HSV(B) 352.37º 0.64% 0.72% -
XYZ 22.87 14.43 9.17 -
YUV 101.99 115.59 185.78 -
System Red Green Blue C M Y K H S L
Decimal 183 65 80 0 0.64 0.56 0.28 352.37 0.48 0.49
Hex B7 41 50 0 40 38 1C 160 30 31
Octal 267 101 120 0 100 70 34 540 60 61
Binary 10110111 1000001 1010000 0 1000000 111000 11100 101100000 110000 110001

Color Harmonies of #B74150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74150

Black with #B74150

Text Example


Text Example

White with #B74150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74150; }

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

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

background-color css

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

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

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

border-color css

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

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

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