Html Css Color HEX #B7365A Old Rose

📋 copy color: '#B7365A'

red 183 ◦ green 54 ◦ blue 90

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

Shades of Old Rose #B7365A

Tints of Old Rose #B7365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.51%

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

R = 55.96%
G = 16.51%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B7365A (or 0xB7365A) is known color: Old Rose. HEX triplet: B7, 36 and 5A. RGB value is (183,54,90). Sum of RGB (Red+Green+Blue) = 183+54+90=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B7365A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7365A is #48C9A5. Grayscale: #606060. Windows color (decimal): -4770214 or 5912247. OLE color: 5912247.

HSL color Cylindrical-coordinate representation of color #B7365A: hue angle of 343.26º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7365A is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 54 90 -
CMYK 0 0.70 0.51 0.28
HSL 343.26º 0.54% 0.46% -
HSV(B) 343.26º 0.7% 0.72% -
XYZ 22.69 13.44 11.07 -
YUV 96.68 124.24 189.57 -
System Red Green Blue C M Y K H S L
Decimal 183 54 90 0 0.70 0.51 0.28 343.26 0.54 0.46
Hex B7 36 5A 0 46 33 1C 157 36 2E
Octal 267 66 132 0 106 63 34 527 66 56
Binary 10110111 110110 1011010 0 1000110 110011 11100 101010111 110110 101110

Color Harmonies of #B7365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7365A

Black with #B7365A

Text Example


Text Example

White with #B7365A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7365A; }

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

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

background-color css

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

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

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

border-color css

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

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

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