Html Css Color HEX #B64752 Hippie Pink

📋 copy color: '#B64752'

red 182 ◦ green 71 ◦ blue 82

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

Shades of Hippie Pink #B64752

Tints of Hippie Pink #B64752

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.19%

 BLUE value IS 82 (32.42% from 255) = 24.48%

R = 54.33%
G = 21.19%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B64752 (or 0xB64752) is known color: Hippie Pink. HEX triplet: B6, 47 and 52. RGB value is (182,71,82). Sum of RGB (Red+Green+Blue) = 182+71+82=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B64752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64752 is #49B8AD. Grayscale: #696969. Windows color (decimal): -4831406 or 5392310. OLE color: 5392310.

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

Color convert

RGB 182 71 82 -
CMYK 0 0.61 0.55 0.29
HSL 354.05º 0.44% 0.5% -
HSV(B) 354.05º 0.61% 0.71% -
XYZ 23.07 15.06 9.67 -
YUV 105.44 114.77 182.61 -
System Red Green Blue C M Y K H S L
Decimal 182 71 82 0 0.61 0.55 0.29 354.05 0.44 0.5
Hex B6 47 52 0 3D 37 1D 162 2C 32
Octal 266 107 122 0 75 67 35 542 54 62
Binary 10110110 1000111 1010010 0 111101 110111 11101 101100010 101100 110010

Color Harmonies of #B64752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64752

Black with #B64752

Text Example


Text Example

White with #B64752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64752; }

 p { color: rgb(182,71,82); }

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

background-color css

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

 a { background-color: rgb(182,71,82); }

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

border-color css

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

 span { border-color: rgb(182,71,82); }

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