Html Css Color HEX #B83D5A Hippie Pink

📋 copy color: '#B83D5A'

red 184 ◦ green 61 ◦ blue 90

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

Shades of Hippie Pink #B83D5A

Tints of Hippie Pink #B83D5A

RGB

 RED value IS 184 (72.27% from 255) = 54.93%

 GREEN value IS 61 (24.22% from 255) = 18.21%

 BLUE value IS 90 (35.55% from 255) = 26.87%

R = 54.93%
G = 18.21%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B83D5A (or 0xB83D5A) is known color: Hippie Pink. HEX triplet: B8, 3D and 5A. RGB value is (184,61,90). Sum of RGB (Red+Green+Blue) = 184+61+90=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83D5A is #47C2A5. Grayscale: #656565. Windows color (decimal): -4702886 or 5914040. OLE color: 5914040.

HSL color Cylindrical-coordinate representation of color #B83D5A: hue angle of 345.85º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83D5A is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 61 90 -
CMYK 0 0.67 0.51 0.28
HSL 345.85º 0.5% 0.48% -
HSV(B) 345.85º 0.67% 0.72% -
XYZ 23.28 14.27 11.2 -
YUV 101.08 121.75 187.14 -
System Red Green Blue C M Y K H S L
Decimal 184 61 90 0 0.67 0.51 0.28 345.85 0.5 0.48
Hex B8 3D 5A 0 43 33 1C 15A 32 30
Octal 270 75 132 0 103 63 34 532 62 60
Binary 10111000 111101 1011010 0 1000011 110011 11100 101011010 110010 110000

Color Harmonies of #B83D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83D5A

Black with #B83D5A

Text Example


Text Example

White with #B83D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83D5A; }

 p { color: rgb(184,61,90); }

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

background-color css

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

 a { background-color: rgb(184,61,90); }

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

border-color css

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

 span { border-color: rgb(184,61,90); }

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