Html Css Color HEX #B94252 Hippie Pink

📋 copy color: '#B94252'

red 185 ◦ green 66 ◦ blue 82

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

Shades of Hippie Pink #B94252

Tints of Hippie Pink #B94252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.62%

R = 55.56%
G = 19.82%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B94252 (or 0xB94252) is known color: Hippie Pink. HEX triplet: B9, 42 and 52. RGB value is (185,66,82). Sum of RGB (Red+Green+Blue) = 185+66+82=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B94252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94252 is #46BDAD. Grayscale: #676767. Windows color (decimal): -4636078 or 5391033. OLE color: 5391033.

HSL color Cylindrical-coordinate representation of color #B94252: hue angle of 351.93º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B94252 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 66 82 -
CMYK 0 0.64 0.56 0.27
HSL 351.93º 0.47% 0.49% -
HSV(B) 351.93º 0.64% 0.73% -
XYZ 23.48 14.82 9.61 -
YUV 103.41 115.92 186.2 -
System Red Green Blue C M Y K H S L
Decimal 185 66 82 0 0.64 0.56 0.27 351.93 0.47 0.49
Hex B9 42 52 0 40 38 1B 160 2F 31
Octal 271 102 122 0 100 70 33 540 57 61
Binary 10111001 1000010 1010010 0 1000000 111000 11011 101100000 101111 110001

Color Harmonies of #B94252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94252

Black with #B94252

Text Example


Text Example

White with #B94252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94252; }

 p { color: rgb(185,66,82); }

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

background-color css

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

 a { background-color: rgb(185,66,82); }

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

border-color css

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

 span { border-color: rgb(185,66,82); }

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