Html Css Color HEX #B9464B Hippie Pink

📋 copy color: '#B9464B'

red 185 ◦ green 70 ◦ blue 75

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

Shades of Hippie Pink #B9464B

Tints of Hippie Pink #B9464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.73%

R = 56.06%
G = 21.21%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9464B (or 0xB9464B) is known color: Hippie Pink. HEX triplet: B9, 46 and 4B. RGB value is (185,70,75). Sum of RGB (Red+Green+Blue) = 185+70+75=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9464B is #46B9B4. Grayscale: #696969. Windows color (decimal): -4635061 or 4933305. OLE color: 4933305.

HSL color Cylindrical-coordinate representation of color #B9464B: hue angle of 357.39º 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 #B9464B is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 70 75 -
CMYK 0 0.62 0.59 0.27
HSL 357.39º 0.45% 0.5% -
HSV(B) 357.39º 0.62% 0.73% -
XYZ 23.47 15.2 8.35 -
YUV 104.96 111.1 185.09 -
System Red Green Blue C M Y K H S L
Decimal 185 70 75 0 0.62 0.59 0.27 357.39 0.45 0.5
Hex B9 46 4B 0 3E 3B 1B 165 2D 32
Octal 271 106 113 0 76 73 33 545 55 62
Binary 10111001 1000110 1001011 0 111110 111011 11011 101100101 101101 110010

Color Harmonies of #B9464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9464B

Black with #B9464B

Text Example


Text Example

White with #B9464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9464B; }

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

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

background-color css

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

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

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

border-color css

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

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

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