Html Css Color HEX #B94B4D Hippie Pink

📋 copy color: '#B94B4D'

red 185 ◦ green 75 ◦ blue 77

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

Shades of Hippie Pink #B94B4D

Tints of Hippie Pink #B94B4D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.26%

 BLUE value IS 77 (30.47% from 255) = 22.85%

R = 54.9%
G = 22.26%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B94B4D (or 0xB94B4D) is known color: Hippie Pink. HEX triplet: B9, 4B and 4D. RGB value is (185,75,77). Sum of RGB (Red+Green+Blue) = 185+75+77=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94B4D is #46B4B2. Grayscale: #6C6C6C. Windows color (decimal): -4633779 or 5065657. OLE color: 5065657.

HSL color Cylindrical-coordinate representation of color #B94B4D: hue angle of 358.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B94B4D is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 75 77 -
CMYK 0 0.59 0.58 0.27
HSL 358.91º 0.44% 0.51% -
HSV(B) 358.91º 0.59% 0.73% -
XYZ 23.86 15.88 8.83 -
YUV 108.12 110.44 182.84 -
System Red Green Blue C M Y K H S L
Decimal 185 75 77 0 0.59 0.58 0.27 358.91 0.44 0.51
Hex B9 4B 4D 0 3B 3A 1B 167 2C 33
Octal 271 113 115 0 73 72 33 547 54 63
Binary 10111001 1001011 1001101 0 111011 111010 11011 101100111 101100 110011

Color Harmonies of #B94B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94B4D

Black with #B94B4D

Text Example


Text Example

White with #B94B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94B4D; }

 p { color: rgb(185,75,77); }

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

background-color css

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

 a { background-color: rgb(185,75,77); }

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

border-color css

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

 span { border-color: rgb(185,75,77); }

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