Html Css Color HEX #B83D5C Hippie Pink

📋 copy color: '#B83D5C'

red 184 ◦ green 61 ◦ blue 92

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

Shades of Hippie Pink #B83D5C

Tints of Hippie Pink #B83D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.3%

R = 54.6%
G = 18.1%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B83D5C (or 0xB83D5C) is known color: Hippie Pink. HEX triplet: B8, 3D and 5C. RGB value is (184,61,92). Sum of RGB (Red+Green+Blue) = 184+61+92=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83D5C is #47C2A3. Grayscale: #656565. Windows color (decimal): -4702884 or 6045112. OLE color: 6045112.

HSL color Cylindrical-coordinate representation of color #B83D5C: hue angle of 344.88º 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 #B83D5C is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 61 92 -
CMYK 0 0.67 0.50 0.28
HSL 344.88º 0.5% 0.48% -
HSV(B) 344.88º 0.67% 0.72% -
XYZ 23.37 14.3 11.65 -
YUV 101.31 122.75 186.98 -
System Red Green Blue C M Y K H S L
Decimal 184 61 92 0 0.67 0.50 0.28 344.88 0.5 0.48
Hex B8 3D 5C 0 43 32 1C 159 32 30
Octal 270 75 134 0 103 62 34 531 62 60
Binary 10111000 111101 1011100 0 1000011 110010 11100 101011001 110010 110000

Color Harmonies of #B83D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83D5C

Black with #B83D5C

Text Example


Text Example

White with #B83D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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