Html Css Color HEX #B94648 Hippie Pink

📋 copy color: '#B94648'

red 185 ◦ green 70 ◦ blue 72

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

Shades of Hippie Pink #B94648

Tints of Hippie Pink #B94648

RGB

 RED value IS 185 (72.66% from 255) = 56.57%

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

 BLUE value IS 72 (28.52% from 255) = 22.02%

R = 56.57%
G = 21.41%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B94648 (or 0xB94648) is known color: Hippie Pink. HEX triplet: B9, 46 and 48. RGB value is (185,70,72). Sum of RGB (Red+Green+Blue) = 185+70+72=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B94648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94648 is #46B9B7. Grayscale: #686868. Windows color (decimal): -4635064 or 4736697. OLE color: 4736697.

HSL color Cylindrical-coordinate representation of color #B94648: hue angle of 358.96º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B94648 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 70 72 -
CMYK 0 0.62 0.61 0.27
HSL 358.96º 0.45% 0.5% -
HSV(B) 358.96º 0.62% 0.73% -
XYZ 23.37 15.16 7.83 -
YUV 104.61 109.6 185.34 -
System Red Green Blue C M Y K H S L
Decimal 185 70 72 0 0.62 0.61 0.27 358.96 0.45 0.5
Hex B9 46 48 0 3E 3D 1B 167 2D 32
Octal 271 106 110 0 76 75 33 547 55 62
Binary 10111001 1000110 1001000 0 111110 111101 11011 101100111 101101 110010

Color Harmonies of #B94648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94648

Black with #B94648

Text Example


Text Example

White with #B94648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94648; }

 p { color: rgb(185,70,72); }

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

background-color css

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

 a { background-color: rgb(185,70,72); }

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

border-color css

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

 span { border-color: rgb(185,70,72); }

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