Html Css Color HEX #B7424C Hippie Pink

📋 copy color: '#B7424C'

red 183 ◦ green 66 ◦ blue 76

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

Shades of Hippie Pink #B7424C

Tints of Hippie Pink #B7424C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.38%

R = 56.31%
G = 20.31%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7424C (or 0xB7424C) is known color: Hippie Pink. HEX triplet: B7, 42 and 4C. RGB value is (183,66,76). Sum of RGB (Red+Green+Blue) = 183+66+76=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B7424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7424C is #48BDB3. Grayscale: #666666. Windows color (decimal): -4767156 or 4997815. OLE color: 4997815.

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

Color convert

RGB 183 66 76 -
CMYK 0 0.64 0.58 0.28
HSL 354.87º 0.47% 0.49% -
HSV(B) 354.87º 0.64% 0.72% -
XYZ 22.78 14.49 8.43 -
YUV 102.12 113.26 185.69 -
System Red Green Blue C M Y K H S L
Decimal 183 66 76 0 0.64 0.58 0.28 354.87 0.47 0.49
Hex B7 42 4C 0 40 3A 1C 163 2F 31
Octal 267 102 114 0 100 72 34 543 57 61
Binary 10110111 1000010 1001100 0 1000000 111010 11100 101100011 101111 110001

Color Harmonies of #B7424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7424C

Black with #B7424C

Text Example


Text Example

White with #B7424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7424C; }

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

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

background-color css

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

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

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

border-color css

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

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

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