Html Css Color HEX #B74C5A Hippie Pink

📋 copy color: '#B74C5A'

red 183 ◦ green 76 ◦ blue 90

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

Shades of Hippie Pink #B74C5A

Tints of Hippie Pink #B74C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.79%

R = 52.44%
G = 21.78%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B74C5A (or 0xB74C5A) is known color: Hippie Pink. HEX triplet: B7, 4C and 5A. RGB value is (183,76,90). Sum of RGB (Red+Green+Blue) = 183+76+90=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74C5A is #48B3A5. Grayscale: #6D6D6D. Windows color (decimal): -4764582 or 5917879. OLE color: 5917879.

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

Color convert

RGB 183 76 90 -
CMYK 0 0.58 0.51 0.28
HSL 352.15º 0.43% 0.51% -
HSV(B) 352.15º 0.58% 0.72% -
XYZ 23.96 15.97 11.49 -
YUV 109.59 116.95 180.36 -
System Red Green Blue C M Y K H S L
Decimal 183 76 90 0 0.58 0.51 0.28 352.15 0.43 0.51
Hex B7 4C 5A 0 3A 33 1C 160 2B 33
Octal 267 114 132 0 72 63 34 540 53 63
Binary 10110111 1001100 1011010 0 111010 110011 11100 101100000 101011 110011

Color Harmonies of #B74C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74C5A

Black with #B74C5A

Text Example


Text Example

White with #B74C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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