Html Css Color HEX #B9164E Old Rose

📋 copy color: '#B9164E'

red 185 ◦ green 22 ◦ blue 78

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

Shades of Old Rose #B9164E

Tints of Old Rose #B9164E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.72%

 BLUE value IS 78 (30.86% from 255) = 27.37%

R = 64.91%
G = 7.72%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9164E (or 0xB9164E) is known color: Old Rose. HEX triplet: B9, 16 and 4E. RGB value is (185,22,78). Sum of RGB (Red+Green+Blue) = 185+22+78=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B9164E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9164E is #46E9B1. Grayscale: #4D4D4D. Windows color (decimal): -4647346 or 5117625. OLE color: 5117625.

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

Color convert

RGB 185 22 78 -
CMYK 0 0.88 0.58 0.27
HSL 339.39º 0.79% 0.41% -
HSV(B) 339.39º 0.88% 0.73% -
XYZ 21.67 11.44 8.27 -
YUV 77.12 128.5 204.95 -
System Red Green Blue C M Y K H S L
Decimal 185 22 78 0 0.88 0.58 0.27 339.39 0.79 0.41
Hex B9 16 4E 0 58 3A 1B 153 4F 29
Octal 271 26 116 0 130 72 33 523 117 51
Binary 10111001 10110 1001110 0 1011000 111010 11011 101010011 1001111 101001

Color Harmonies of #B9164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9164E

Black with #B9164E

Text Example


Text Example

White with #B9164E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9164E; }

 p { color: rgb(185,22,78); }

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

background-color css

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

 a { background-color: rgb(185,22,78); }

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

border-color css

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

 span { border-color: rgb(185,22,78); }

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