Html Css Color HEX #B7355A Old Rose

📋 copy color: '#B7355A'

red 183 ◦ green 53 ◦ blue 90

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

Shades of Old Rose #B7355A

Tints of Old Rose #B7355A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 56.13%
G = 16.26%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B7355A (or 0xB7355A) is known color: Old Rose. HEX triplet: B7, 35 and 5A. RGB value is (183,53,90). Sum of RGB (Red+Green+Blue) = 183+53+90=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B7355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7355A is #48CAA5. Grayscale: #606060. Windows color (decimal): -4770470 or 5911991. OLE color: 5911991.

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

Color convert

RGB 183 53 90 -
CMYK 0 0.71 0.51 0.28
HSL 342.92º 0.55% 0.46% -
HSV(B) 342.92º 0.71% 0.72% -
XYZ 22.65 13.35 11.06 -
YUV 96.09 124.57 189.99 -
System Red Green Blue C M Y K H S L
Decimal 183 53 90 0 0.71 0.51 0.28 342.92 0.55 0.46
Hex B7 35 5A 0 47 33 1C 157 37 2E
Octal 267 65 132 0 107 63 34 527 67 56
Binary 10110111 110101 1011010 0 1000111 110011 11100 101010111 110111 101110

Color Harmonies of #B7355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7355A

Black with #B7355A

Text Example


Text Example

White with #B7355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7355A; }

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

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

background-color css

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

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

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

border-color css

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

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

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