Html Css Color HEX #B7304E Old Rose

📋 copy color: '#B7304E'

red 183 ◦ green 48 ◦ blue 78

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

Shades of Old Rose #B7304E

Tints of Old Rose #B7304E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.53%

 BLUE value IS 78 (30.86% from 255) = 25.24%

R = 59.22%
G = 15.53%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B7304E (or 0xB7304E) is known color: Old Rose. HEX triplet: B7, 30 and 4E. RGB value is (183,48,78). Sum of RGB (Red+Green+Blue) = 183+48+78=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B7304E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7304E is #48CFB1. Grayscale: #5B5B5B. Windows color (decimal): -4771762 or 5124279. OLE color: 5124279.

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

Color convert

RGB 183 48 78 -
CMYK 0 0.74 0.57 0.28
HSL 346.67º 0.58% 0.45% -
HSV(B) 346.67º 0.74% 0.72% -
XYZ 21.96 12.73 8.51 -
YUV 91.79 120.23 193.06 -
System Red Green Blue C M Y K H S L
Decimal 183 48 78 0 0.74 0.57 0.28 346.67 0.58 0.45
Hex B7 30 4E 0 4A 39 1C 15B 3A 2D
Octal 267 60 116 0 112 71 34 533 72 55
Binary 10110111 110000 1001110 0 1001010 111001 11100 101011011 111010 101101

Color Harmonies of #B7304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7304E

Black with #B7304E

Text Example


Text Example

White with #B7304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7304E; }

 p { color: rgb(183,48,78); }

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

background-color css

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

 a { background-color: rgb(183,48,78); }

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

border-color css

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

 span { border-color: rgb(183,48,78); }

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