Html Css Color HEX #B64A5E Hippie Pink

📋 copy color: '#B64A5E'

red 182 ◦ green 74 ◦ blue 94

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

Shades of Hippie Pink #B64A5E

Tints of Hippie Pink #B64A5E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.14%

 BLUE value IS 94 (37.11% from 255) = 26.86%

R = 52%
G = 21.14%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B64A5E (or 0xB64A5E) is known color: Hippie Pink. HEX triplet: B6, 4A and 5E. RGB value is (182,74,94). Sum of RGB (Red+Green+Blue) = 182+74+94=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64A5E is #49B5A1. Grayscale: #6C6C6C. Windows color (decimal): -4830626 or 6179510. OLE color: 6179510.

HSL color Cylindrical-coordinate representation of color #B64A5E: hue angle of 348.89º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64A5E is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 74 94 -
CMYK 0 0.59 0.48 0.29
HSL 348.89º 0.43% 0.5% -
HSV(B) 348.89º 0.59% 0.71% -
XYZ 23.76 15.65 12.36 -
YUV 108.57 119.78 180.37 -
System Red Green Blue C M Y K H S L
Decimal 182 74 94 0 0.59 0.48 0.29 348.89 0.43 0.5
Hex B6 4A 5E 0 3B 30 1D 15D 2B 32
Octal 266 112 136 0 73 60 35 535 53 62
Binary 10110110 1001010 1011110 0 111011 110000 11101 101011101 101011 110010

Color Harmonies of #B64A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64A5E

Black with #B64A5E

Text Example


Text Example

White with #B64A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64A5E; }

 p { color: rgb(182,74,94); }

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

background-color css

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

 a { background-color: rgb(182,74,94); }

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

border-color css

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

 span { border-color: rgb(182,74,94); }

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