Html Css Color HEX #B94050 Old Rose

📋 copy color: '#B94050'

red 185 ◦ green 64 ◦ blue 80

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

Shades of Old Rose #B94050

Tints of Old Rose #B94050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.45%

 BLUE value IS 80 (31.64% from 255) = 24.32%

R = 56.23%
G = 19.45%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B94050 (or 0xB94050) is known color: Old Rose. HEX triplet: B9, 40 and 50. RGB value is (185,64,80). Sum of RGB (Red+Green+Blue) = 185+64+80=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B94050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94050 is #46BFAF. Grayscale: #666666. Windows color (decimal): -4636592 or 5259449. OLE color: 5259449.

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

Color convert

RGB 185 64 80 -
CMYK 0 0.65 0.57 0.27
HSL 352.07º 0.49% 0.49% -
HSV(B) 352.07º 0.65% 0.73% -
XYZ 23.29 14.56 9.17 -
YUV 102 115.59 187.2 -
System Red Green Blue C M Y K H S L
Decimal 185 64 80 0 0.65 0.57 0.27 352.07 0.49 0.49
Hex B9 40 50 0 41 39 1B 160 31 31
Octal 271 100 120 0 101 71 33 540 61 61
Binary 10111001 1000000 1010000 0 1000001 111001 11011 101100000 110001 110001

Color Harmonies of #B94050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94050

Black with #B94050

Text Example


Text Example

White with #B94050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94050; }

 p { color: rgb(185,64,80); }

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

background-color css

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

 a { background-color: rgb(185,64,80); }

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

border-color css

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

 span { border-color: rgb(185,64,80); }

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