Html Css Color HEX #B8434C Hippie Pink

📋 copy color: '#B8434C'

red 184 ◦ green 67 ◦ blue 76

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

Shades of Hippie Pink #B8434C

Tints of Hippie Pink #B8434C

RGB

 RED value IS 184 (72.27% from 255) = 56.27%

 GREEN value IS 67 (26.56% from 255) = 20.49%

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

R = 56.27%
G = 20.49%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8434C (or 0xB8434C) is known color: Hippie Pink. HEX triplet: B8, 43 and 4C. RGB value is (184,67,76). Sum of RGB (Red+Green+Blue) = 184+67+76=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B8434C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8434C is #47BCB3. Grayscale: #676767. Windows color (decimal): -4701364 or 4998072. OLE color: 4998072.

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

Color convert

RGB 184 67 76 -
CMYK 0 0.64 0.59 0.28
HSL 355.38º 0.47% 0.49% -
HSV(B) 355.38º 0.64% 0.72% -
XYZ 23.08 14.73 8.46 -
YUV 103.01 112.76 185.77 -
System Red Green Blue C M Y K H S L
Decimal 184 67 76 0 0.64 0.59 0.28 355.38 0.47 0.49
Hex B8 43 4C 0 40 3B 1C 163 2F 31
Octal 270 103 114 0 100 73 34 543 57 61
Binary 10111000 1000011 1001100 0 1000000 111011 11100 101100011 101111 110001

Color Harmonies of #B8434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8434C

Black with #B8434C

Text Example


Text Example

White with #B8434C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8434C; }

 p { color: rgb(184,67,76); }

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

background-color css

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

 a { background-color: rgb(184,67,76); }

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

border-color css

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

 span { border-color: rgb(184,67,76); }

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