Html Css Color HEX #B74554 Hippie Pink

📋 copy color: '#B74554'

red 183 ◦ green 69 ◦ blue 84

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

Shades of Hippie Pink #B74554

Tints of Hippie Pink #B74554

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.54%

 BLUE value IS 84 (33.2% from 255) = 25%

R = 54.46%
G = 20.54%
B = 25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B74554 (or 0xB74554) is known color: Hippie Pink. HEX triplet: B7, 45 and 54. RGB value is (183,69,84). Sum of RGB (Red+Green+Blue) = 183+69+84=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B74554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74554 is #48BAAB. Grayscale: #686868. Windows color (decimal): -4766380 or 5522871. OLE color: 5522871.

HSL color Cylindrical-coordinate representation of color #B74554: hue angle of 352.11º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74554 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 69 84 -
CMYK 0 0.62 0.54 0.28
HSL 352.11º 0.45% 0.49% -
HSV(B) 352.11º 0.62% 0.72% -
XYZ 23.26 14.96 10.05 -
YUV 104.8 116.27 183.78 -
System Red Green Blue C M Y K H S L
Decimal 183 69 84 0 0.62 0.54 0.28 352.11 0.45 0.49
Hex B7 45 54 0 3E 36 1C 160 2D 31
Octal 267 105 124 0 76 66 34 540 55 61
Binary 10110111 1000101 1010100 0 111110 110110 11100 101100000 101101 110001

Color Harmonies of #B74554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74554

Black with #B74554

Text Example


Text Example

White with #B74554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74554; }

 p { color: rgb(183,69,84); }

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

background-color css

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

 a { background-color: rgb(183,69,84); }

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

border-color css

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

 span { border-color: rgb(183,69,84); }

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