Html Css Color HEX #B7394B Old Rose

📋 copy color: '#B7394B'

red 183 ◦ green 57 ◦ blue 75

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

Shades of Old Rose #B7394B

Tints of Old Rose #B7394B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 58.1%
G = 18.1%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B7394B (or 0xB7394B) is known color: Old Rose. HEX triplet: B7, 39 and 4B. RGB value is (183,57,75). Sum of RGB (Red+Green+Blue) = 183+57+75=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B7394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7394B is #48C6B4. Grayscale: #606060. Windows color (decimal): -4769461 or 4929975. OLE color: 4929975.

HSL color Cylindrical-coordinate representation of color #B7394B: hue angle of 351.43º 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 #B7394B is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 57 75 -
CMYK 0 0.69 0.59 0.28
HSL 351.43º 0.53% 0.47% -
HSV(B) 351.43º 0.69% 0.72% -
XYZ 22.26 13.5 8.09 -
YUV 96.73 115.74 189.54 -
System Red Green Blue C M Y K H S L
Decimal 183 57 75 0 0.69 0.59 0.28 351.43 0.53 0.47
Hex B7 39 4B 0 45 3B 1C 15F 34 2F
Octal 267 71 113 0 105 73 34 537 64 57
Binary 10110111 111001 1001011 0 1000101 111011 11100 101011111 110100 101111

Color Harmonies of #B7394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7394B

Black with #B7394B

Text Example


Text Example

White with #B7394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7394B; }

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

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

background-color css

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

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

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

border-color css

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

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

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