Html Css Color HEX #B64C4E Hippie Pink

📋 copy color: '#B64C4E'

red 182 ◦ green 76 ◦ blue 78

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

Shades of Hippie Pink #B64C4E

Tints of Hippie Pink #B64C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.21%

R = 54.17%
G = 22.62%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B64C4E (or 0xB64C4E) is known color: Hippie Pink. HEX triplet: B6, 4C and 4E. RGB value is (182,76,78). Sum of RGB (Red+Green+Blue) = 182+76+78=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64C4E is #49B3B1. Grayscale: #6C6C6C. Windows color (decimal): -4830130 or 5131446. OLE color: 5131446.

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

Color convert

RGB 182 76 78 -
CMYK 0 0.58 0.57 0.29
HSL 358.87º 0.42% 0.51% -
HSV(B) 358.87º 0.58% 0.71% -
XYZ 23.25 15.66 9.01 -
YUV 107.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 182 76 78 0 0.58 0.57 0.29 358.87 0.42 0.51
Hex B6 4C 4E 0 3A 39 1D 167 2A 33
Octal 266 114 116 0 72 71 35 547 52 63
Binary 10110110 1001100 1001110 0 111010 111001 11101 101100111 101010 110011

Color Harmonies of #B64C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C4E

Black with #B64C4E

Text Example


Text Example

White with #B64C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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