Html Css Color HEX #B0425D Hippie Pink

📋 copy color: '#B0425D'

red 176 ◦ green 66 ◦ blue 93

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

Shades of Hippie Pink #B0425D

Tints of Hippie Pink #B0425D

RGB

 RED value IS 176 (69.14% from 255) = 52.54%

 GREEN value IS 66 (26.17% from 255) = 19.7%

 BLUE value IS 93 (36.72% from 255) = 27.76%

R = 52.54%
G = 19.7%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0425D (or 0xB0425D) is known color: Hippie Pink. HEX triplet: B0, 42 and 5D. RGB value is (176,66,93). Sum of RGB (Red+Green+Blue) = 176+66+93=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0425D is #4FBDA2. Grayscale: #656565. Windows color (decimal): -5225891 or 6111920. OLE color: 6111920.

HSL color Cylindrical-coordinate representation of color #B0425D: hue angle of 345.27º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0425D is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 66 93 -
CMYK 0 0.62 0.47 0.31
HSL 345.27º 0.45% 0.47% -
HSV(B) 345.27º 0.63% 0.69% -
XYZ 21.83 13.92 11.89 -
YUV 101.97 122.94 180.8 -
System Red Green Blue C M Y K H S L
Decimal 176 66 93 0 0.62 0.47 0.31 345.27 0.45 0.47
Hex B0 42 5D 0 3E 2F 1F 159 2D 2F
Octal 260 102 135 0 76 57 37 531 55 57
Binary 10110000 1000010 1011101 0 111110 101111 11111 101011001 101101 101111

Color Harmonies of #B0425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0425D

Black with #B0425D

Text Example


Text Example

White with #B0425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0425D; }

 p { color: rgb(176,66,93); }

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

background-color css

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

 a { background-color: rgb(176,66,93); }

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

border-color css

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

 span { border-color: rgb(176,66,93); }

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