Html Css Color HEX #B74251 Hippie Pink

📋 copy color: '#B74251'

red 183 ◦ green 66 ◦ blue 81

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

Shades of Hippie Pink #B74251

Tints of Hippie Pink #B74251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20%

 BLUE value IS 81 (32.03% from 255) = 24.55%

R = 55.45%
G = 20%
B = 24.55%

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

#B74251 (or 0xB74251) is known color: Hippie Pink. HEX triplet: B7, 42 and 51. RGB value is (183,66,81). Sum of RGB (Red+Green+Blue) = 183+66+81=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B74251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74251 is #48BDAE. Grayscale: #666666. Windows color (decimal): -4767151 or 5325495. OLE color: 5325495.

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

Color convert

RGB 183 66 81 -
CMYK 0 0.64 0.56 0.28
HSL 352.31º 0.47% 0.49% -
HSV(B) 352.31º 0.64% 0.72% -
XYZ 22.96 14.56 9.38 -
YUV 102.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 183 66 81 0 0.64 0.56 0.28 352.31 0.47 0.49
Hex B7 42 51 0 40 38 1C 160 2F 31
Octal 267 102 121 0 100 70 34 540 57 61
Binary 10110111 1000010 1010001 0 1000000 111000 11100 101100000 101111 110001

Color Harmonies of #B74251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74251

Black with #B74251

Text Example


Text Example

White with #B74251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74251; }

 p { color: rgb(183,66,81); }

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

background-color css

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

 a { background-color: rgb(183,66,81); }

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

border-color css

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

 span { border-color: rgb(183,66,81); }

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