Html Css Color HEX #B7304C Old Rose

📋 copy color: '#B7304C'

red 183 ◦ green 48 ◦ blue 76

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

Shades of Old Rose #B7304C

Tints of Old Rose #B7304C

RGB

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

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

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

R = 59.61%
G = 15.64%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7304C (or 0xB7304C) is known color: Old Rose. HEX triplet: B7, 30 and 4C. RGB value is (183,48,76). Sum of RGB (Red+Green+Blue) = 183+48+76=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B7304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7304C is #48CFB3. Grayscale: #5B5B5B. Windows color (decimal): -4771764 or 4993207. OLE color: 4993207.

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

Color convert

RGB 183 48 76 -
CMYK 0 0.74 0.58 0.28
HSL 347.56º 0.58% 0.45% -
HSV(B) 347.56º 0.74% 0.72% -
XYZ 21.89 12.7 8.14 -
YUV 91.56 119.23 193.22 -
System Red Green Blue C M Y K H S L
Decimal 183 48 76 0 0.74 0.58 0.28 347.56 0.58 0.45
Hex B7 30 4C 0 4A 3A 1C 15C 3A 2D
Octal 267 60 114 0 112 72 34 534 72 55
Binary 10110111 110000 1001100 0 1001010 111010 11100 101011100 111010 101101

Color Harmonies of #B7304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7304C

Black with #B7304C

Text Example


Text Example

White with #B7304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7304C; }

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

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

background-color css

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

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

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

border-color css

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

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

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