Html Css Color HEX #B14653 Hippie Pink

📋 copy color: '#B14653'

red 177 ◦ green 70 ◦ blue 83

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

Shades of Hippie Pink #B14653

Tints of Hippie Pink #B14653

RGB

 RED value IS 177 (69.53% from 255) = 53.64%

 GREEN value IS 70 (27.73% from 255) = 21.21%

 BLUE value IS 83 (32.81% from 255) = 25.15%

R = 53.64%
G = 21.21%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B14653 (or 0xB14653) is known color: Hippie Pink. HEX triplet: B1, 46 and 53. RGB value is (177,70,83). Sum of RGB (Red+Green+Blue) = 177+70+83=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B14653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14653 is #4EB9AC. Grayscale: #676767. Windows color (decimal): -5159341 or 5457585. OLE color: 5457585.

HSL color Cylindrical-coordinate representation of color #B14653: hue angle of 352.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14653 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 70 83 -
CMYK 0 0.60 0.53 0.31
HSL 352.71º 0.43% 0.48% -
HSV(B) 352.71º 0.6% 0.69% -
XYZ 21.88 14.35 9.8 -
YUV 103.48 116.45 180.44 -
System Red Green Blue C M Y K H S L
Decimal 177 70 83 0 0.60 0.53 0.31 352.71 0.43 0.48
Hex B1 46 53 0 3C 35 1F 161 2B 30
Octal 261 106 123 0 74 65 37 541 53 60
Binary 10110001 1000110 1010011 0 111100 110101 11111 101100001 101011 110000

Color Harmonies of #B14653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14653

Black with #B14653

Text Example


Text Example

White with #B14653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14653; }

 p { color: rgb(177,70,83); }

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

background-color css

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

 a { background-color: rgb(177,70,83); }

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

border-color css

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

 span { border-color: rgb(177,70,83); }

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