Html Css Color HEX #B7354C Old Rose

📋 copy color: '#B7354C'

red 183 ◦ green 53 ◦ blue 76

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

Shades of Old Rose #B7354C

Tints of Old Rose #B7354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.99%

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

R = 58.65%
G = 16.99%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7354C (or 0xB7354C) is known color: Old Rose. HEX triplet: B7, 35 and 4C. RGB value is (183,53,76). Sum of RGB (Red+Green+Blue) = 183+53+76=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B7354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7354C is #48CAB3. Grayscale: #5E5E5E. Windows color (decimal): -4770484 or 4994487. OLE color: 4994487.

HSL color Cylindrical-coordinate representation of color #B7354C: hue angle of 349.38º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B7354C is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 53 76 -
CMYK 0 0.71 0.58 0.28
HSL 349.38º 0.55% 0.46% -
HSV(B) 349.38º 0.71% 0.72% -
XYZ 22.11 13.14 8.21 -
YUV 94.49 117.57 191.13 -
System Red Green Blue C M Y K H S L
Decimal 183 53 76 0 0.71 0.58 0.28 349.38 0.55 0.46
Hex B7 35 4C 0 47 3A 1C 15D 37 2E
Octal 267 65 114 0 107 72 34 535 67 56
Binary 10110111 110101 1001100 0 1000111 111010 11100 101011101 110111 101110

Color Harmonies of #B7354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7354C

Black with #B7354C

Text Example


Text Example

White with #B7354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7354C; }

 p { color: rgb(183,53,76); }

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

background-color css

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

 a { background-color: rgb(183,53,76); }

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

border-color css

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

 span { border-color: rgb(183,53,76); }

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