Html Css Color HEX #B6445A Hippie Pink

📋 copy color: '#B6445A'

red 182 ◦ green 68 ◦ blue 90

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

Shades of Hippie Pink #B6445A

Tints of Hippie Pink #B6445A

RGB

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

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

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

R = 53.53%
G = 20%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B6445A (or 0xB6445A) is known color: Hippie Pink. HEX triplet: B6, 44 and 5A. RGB value is (182,68,90). Sum of RGB (Red+Green+Blue) = 182+68+90=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B6445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6445A is #49BBA5. Grayscale: #686868. Windows color (decimal): -4832166 or 5915830. OLE color: 5915830.

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

Color convert

RGB 182 68 90 -
CMYK 0 0.63 0.51 0.29
HSL 348.42º 0.46% 0.49% -
HSV(B) 348.42º 0.63% 0.71% -
XYZ 23.2 14.82 11.31 -
YUV 104.59 119.77 183.21 -
System Red Green Blue C M Y K H S L
Decimal 182 68 90 0 0.63 0.51 0.29 348.42 0.46 0.49
Hex B6 44 5A 0 3F 33 1D 15C 2E 31
Octal 266 104 132 0 77 63 35 534 56 61
Binary 10110110 1000100 1011010 0 111111 110011 11101 101011100 101110 110001

Color Harmonies of #B6445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6445A

Black with #B6445A

Text Example


Text Example

White with #B6445A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6445A; }

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

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

background-color css

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

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

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

border-color css

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

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

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