Html Css Color HEX #B5394C Old Rose

📋 copy color: '#B5394C'

red 181 ◦ green 57 ◦ blue 76

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

Shades of Old Rose #B5394C

Tints of Old Rose #B5394C

RGB

 RED value IS 181 (71.09% from 255) = 57.64%

 GREEN value IS 57 (22.66% from 255) = 18.15%

 BLUE value IS 76 (30.08% from 255) = 24.2%

R = 57.64%
G = 18.15%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B5394C (or 0xB5394C) is known color: Old Rose. HEX triplet: B5, 39 and 4C. RGB value is (181,57,76). Sum of RGB (Red+Green+Blue) = 181+57+76=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B5394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5394C is #4AC6B3. Grayscale: #606060. Windows color (decimal): -4900532 or 4995509. OLE color: 4995509.

HSL color Cylindrical-coordinate representation of color #B5394C: hue angle of 350.81º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5394C is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 57 76 -
CMYK 0 0.69 0.58 0.29
HSL 350.81º 0.52% 0.47% -
HSV(B) 350.81º 0.69% 0.71% -
XYZ 21.82 13.27 8.25 -
YUV 96.24 116.58 188.46 -
System Red Green Blue C M Y K H S L
Decimal 181 57 76 0 0.69 0.58 0.29 350.81 0.52 0.47
Hex B5 39 4C 0 45 3A 1D 15F 34 2F
Octal 265 71 114 0 105 72 35 537 64 57
Binary 10110101 111001 1001100 0 1000101 111010 11101 101011111 110100 101111

Color Harmonies of #B5394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5394C

Black with #B5394C

Text Example


Text Example

White with #B5394C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5394C; }

 p { color: rgb(181,57,76); }

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

background-color css

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

 a { background-color: rgb(181,57,76); }

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

border-color css

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

 span { border-color: rgb(181,57,76); }

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