Html Css Color HEX #B94048 Old Rose

📋 copy color: '#B94048'

red 185 ◦ green 64 ◦ blue 72

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

Shades of Old Rose #B94048

Tints of Old Rose #B94048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.43%

R = 57.63%
G = 19.94%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B94048 (or 0xB94048) is known color: Old Rose. HEX triplet: B9, 40 and 48. RGB value is (185,64,72). Sum of RGB (Red+Green+Blue) = 185+64+72=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B94048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94048 is #46BFB7. Grayscale: #656565. Windows color (decimal): -4636600 or 4735161. OLE color: 4735161.

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

Color convert

RGB 185 64 72 -
CMYK 0 0.65 0.61 0.27
HSL 356.03º 0.49% 0.49% -
HSV(B) 356.03º 0.65% 0.73% -
XYZ 23.01 14.45 7.71 -
YUV 101.09 111.59 187.85 -
System Red Green Blue C M Y K H S L
Decimal 185 64 72 0 0.65 0.61 0.27 356.03 0.49 0.49
Hex B9 40 48 0 41 3D 1B 164 31 31
Octal 271 100 110 0 101 75 33 544 61 61
Binary 10111001 1000000 1001000 0 1000001 111101 11011 101100100 110001 110001

Color Harmonies of #B94048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94048

Black with #B94048

Text Example


Text Example

White with #B94048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94048; }

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

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

background-color css

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

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

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

border-color css

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

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

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