Html Css Color HEX #B0435D Hippie Pink

📋 copy color: '#B0435D'

red 176 ◦ green 67 ◦ blue 93

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

Shades of Hippie Pink #B0435D

Tints of Hippie Pink #B0435D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.94%

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

R = 52.38%
G = 19.94%
B = 27.68%

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

#B0435D (or 0xB0435D) is known color: Hippie Pink. HEX triplet: B0, 43 and 5D. RGB value is (176,67,93). Sum of RGB (Red+Green+Blue) = 176+67+93=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0435D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0435D is #4FBCA2. Grayscale: #666666. Windows color (decimal): -5225635 or 6112176. OLE color: 6112176.

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

Color convert

RGB 176 67 93 -
CMYK 0 0.62 0.47 0.31
HSL 345.69º 0.45% 0.48% -
HSV(B) 345.69º 0.62% 0.69% -
XYZ 21.89 14.03 11.91 -
YUV 102.56 122.61 180.39 -
System Red Green Blue C M Y K H S L
Decimal 176 67 93 0 0.62 0.47 0.31 345.69 0.45 0.48
Hex B0 43 5D 0 3E 2F 1F 15A 2D 30
Octal 260 103 135 0 76 57 37 532 55 60
Binary 10110000 1000011 1011101 0 111110 101111 11111 101011010 101101 110000

Color Harmonies of #B0435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0435D

Black with #B0435D

Text Example


Text Example

White with #B0435D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0435D; }

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

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

background-color css

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

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

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

border-color css

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

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

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