Html Css Color HEX #B7354B Old Rose

📋 copy color: '#B7354B'

red 183 ◦ green 53 ◦ blue 75

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

Shades of Old Rose #B7354B

Tints of Old Rose #B7354B

RGB

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

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

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

R = 58.84%
G = 17.04%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B7354B (or 0xB7354B) is known color: Old Rose. HEX triplet: B7, 35 and 4B. RGB value is (183,53,75). Sum of RGB (Red+Green+Blue) = 183+53+75=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B7354B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7354B is #48CAB4. Grayscale: #5E5E5E. Windows color (decimal): -4770485 or 4928951. OLE color: 4928951.

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

Color convert

RGB 183 53 75 -
CMYK 0 0.71 0.59 0.28
HSL 349.85º 0.55% 0.46% -
HSV(B) 349.85º 0.71% 0.72% -
XYZ 22.07 13.12 8.03 -
YUV 94.38 117.07 191.21 -
System Red Green Blue C M Y K H S L
Decimal 183 53 75 0 0.71 0.59 0.28 349.85 0.55 0.46
Hex B7 35 4B 0 47 3B 1C 15E 37 2E
Octal 267 65 113 0 107 73 34 536 67 56
Binary 10110111 110101 1001011 0 1000111 111011 11100 101011110 110111 101110

Color Harmonies of #B7354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7354B

Black with #B7354B

Text Example


Text Example

White with #B7354B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7354B; }

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

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

background-color css

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

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

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

border-color css

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

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

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