Html Css Color HEX #B8305C Old Rose

📋 copy color: '#B8305C'

red 184 ◦ green 48 ◦ blue 92

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

Shades of Old Rose #B8305C

Tints of Old Rose #B8305C

RGB

 RED value IS 184 (72.27% from 255) = 56.79%

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

 BLUE value IS 92 (36.33% from 255) = 28.4%

R = 56.79%
G = 14.81%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B8305C (or 0xB8305C) is known color: Old Rose. HEX triplet: B8, 30 and 5C. RGB value is (184,48,92). Sum of RGB (Red+Green+Blue) = 184+48+92=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B8305C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8305C is #47CFA3. Grayscale: #5D5D5D. Windows color (decimal): -4706212 or 6041784. OLE color: 6041784.

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

Color convert

RGB 184 48 92 -
CMYK 0 0.74 0.50 0.28
HSL 340.59º 0.59% 0.45% -
HSV(B) 340.59º 0.74% 0.72% -
XYZ 22.76 13.08 11.45 -
YUV 93.68 127.06 192.42 -
System Red Green Blue C M Y K H S L
Decimal 184 48 92 0 0.74 0.50 0.28 340.59 0.59 0.45
Hex B8 30 5C 0 4A 32 1C 155 3B 2D
Octal 270 60 134 0 112 62 34 525 73 55
Binary 10111000 110000 1011100 0 1001010 110010 11100 101010101 111011 101101

Color Harmonies of #B8305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8305C

Black with #B8305C

Text Example


Text Example

White with #B8305C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8305C; }

 p { color: rgb(184,48,92); }

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

background-color css

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

 a { background-color: rgb(184,48,92); }

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

border-color css

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

 span { border-color: rgb(184,48,92); }

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