Html Css Color HEX #B7394A Old Rose

📋 copy color: '#B7394A'

red 183 ◦ green 57 ◦ blue 74

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

Shades of Old Rose #B7394A

Tints of Old Rose #B7394A

RGB

 RED value IS 183 (71.88% from 255) = 58.28%

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

 BLUE value IS 74 (29.3% from 255) = 23.57%

R = 58.28%
G = 18.15%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7394A (or 0xB7394A) is known color: Old Rose. HEX triplet: B7, 39 and 4A. RGB value is (183,57,74). Sum of RGB (Red+Green+Blue) = 183+57+74=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B7394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7394A is #48C6B5. Grayscale: #606060. Windows color (decimal): -4769462 or 4864439. OLE color: 4864439.

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

Color convert

RGB 183 57 74 -
CMYK 0 0.69 0.60 0.28
HSL 351.9º 0.53% 0.47% -
HSV(B) 351.9º 0.69% 0.72% -
XYZ 22.23 13.49 7.91 -
YUV 96.61 115.24 189.62 -
System Red Green Blue C M Y K H S L
Decimal 183 57 74 0 0.69 0.60 0.28 351.9 0.53 0.47
Hex B7 39 4A 0 45 3C 1C 160 34 2F
Octal 267 71 112 0 105 74 34 540 64 57
Binary 10110111 111001 1001010 0 1000101 111100 11100 101100000 110100 101111

Color Harmonies of #B7394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7394A

Black with #B7394A

Text Example


Text Example

White with #B7394A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7394A; }

 p { color: rgb(183,57,74); }

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

background-color css

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

 a { background-color: rgb(183,57,74); }

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

border-color css

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

 span { border-color: rgb(183,57,74); }

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