Html Css Color HEX #B6444C Hippie Pink

📋 copy color: '#B6444C'

red 182 ◦ green 68 ◦ blue 76

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

Shades of Hippie Pink #B6444C

Tints of Hippie Pink #B6444C

RGB

 RED value IS 182 (71.48% from 255) = 55.83%

 GREEN value IS 68 (26.95% from 255) = 20.86%

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

R = 55.83%
G = 20.86%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6444C (or 0xB6444C) is known color: Hippie Pink. HEX triplet: B6, 44 and 4C. RGB value is (182,68,76). Sum of RGB (Red+Green+Blue) = 182+68+76=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B6444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6444C is #49BBB3. Grayscale: #676767. Windows color (decimal): -4832180 or 4998326. OLE color: 4998326.

HSL color Cylindrical-coordinate representation of color #B6444C: hue angle of 355.79º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B6444C is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 68 76 -
CMYK 0 0.63 0.58 0.29
HSL 355.79º 0.46% 0.49% -
HSV(B) 355.79º 0.63% 0.71% -
XYZ 22.66 14.6 8.46 -
YUV 103 112.77 184.35 -
System Red Green Blue C M Y K H S L
Decimal 182 68 76 0 0.63 0.58 0.29 355.79 0.46 0.49
Hex B6 44 4C 0 3F 3A 1D 164 2E 31
Octal 266 104 114 0 77 72 35 544 56 61
Binary 10110110 1000100 1001100 0 111111 111010 11101 101100100 101110 110001

Color Harmonies of #B6444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6444C

Black with #B6444C

Text Example


Text Example

White with #B6444C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6444C; }

 p { color: rgb(182,68,76); }

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

background-color css

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

 a { background-color: rgb(182,68,76); }

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

border-color css

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

 span { border-color: rgb(182,68,76); }

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