Html Css Color HEX #B04650 Hippie Pink

📋 copy color: '#B04650'

red 176 ◦ green 70 ◦ blue 80

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

Shades of Hippie Pink #B04650

Tints of Hippie Pink #B04650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.54%

R = 53.99%
G = 21.47%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B04650 (or 0xB04650) is known color: Hippie Pink. HEX triplet: B0, 46 and 50. RGB value is (176,70,80). Sum of RGB (Red+Green+Blue) = 176+70+80=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B04650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04650 is #4FB9AF. Grayscale: #666666. Windows color (decimal): -5224880 or 5260976. OLE color: 5260976.

HSL color Cylindrical-coordinate representation of color #B04650: hue angle of 354.34º 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 #B04650 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 70 80 -
CMYK 0 0.60 0.55 0.31
HSL 354.34º 0.43% 0.48% -
HSV(B) 354.34º 0.6% 0.69% -
XYZ 21.54 14.19 9.19 -
YUV 102.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 176 70 80 0 0.60 0.55 0.31 354.34 0.43 0.48
Hex B0 46 50 0 3C 37 1F 162 2B 30
Octal 260 106 120 0 74 67 37 542 53 60
Binary 10110000 1000110 1010000 0 111100 110111 11111 101100010 101011 110000

Color Harmonies of #B04650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04650

Black with #B04650

Text Example


Text Example

White with #B04650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04650; }

 p { color: rgb(176,70,80); }

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

background-color css

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

 a { background-color: rgb(176,70,80); }

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

border-color css

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

 span { border-color: rgb(176,70,80); }

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