Html Css Color HEX #B64C4D Hippie Pink

📋 copy color: '#B64C4D'

red 182 ◦ green 76 ◦ blue 77

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

Shades of Hippie Pink #B64C4D

Tints of Hippie Pink #B64C4D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.69%

 BLUE value IS 77 (30.47% from 255) = 22.99%

R = 54.33%
G = 22.69%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B64C4D (or 0xB64C4D) is known color: Hippie Pink. HEX triplet: B6, 4C and 4D. RGB value is (182,76,77). Sum of RGB (Red+Green+Blue) = 182+76+77=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64C4D is #49B3B2. Grayscale: #6B6B6B. Windows color (decimal): -4830131 or 5065910. OLE color: 5065910.

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

Color convert

RGB 182 76 77 -
CMYK 0 0.58 0.58 0.29
HSL 359.43º 0.42% 0.51% -
HSV(B) 359.43º 0.58% 0.71% -
XYZ 23.22 15.65 8.82 -
YUV 107.81 110.62 180.92 -
System Red Green Blue C M Y K H S L
Decimal 182 76 77 0 0.58 0.58 0.29 359.43 0.42 0.51
Hex B6 4C 4D 0 3A 3A 1D 167 2A 33
Octal 266 114 115 0 72 72 35 547 52 63
Binary 10110110 1001100 1001101 0 111010 111010 11101 101100111 101010 110011

Color Harmonies of #B64C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C4D

Black with #B64C4D

Text Example


Text Example

White with #B64C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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