Html Css Color HEX #B8295B Old Rose

📋 copy color: '#B8295B'

red 184 ◦ green 41 ◦ blue 91

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

Shades of Old Rose #B8295B

Tints of Old Rose #B8295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.97%

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 58.23%
G = 12.97%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B8295B (or 0xB8295B) is known color: Old Rose. HEX triplet: B8, 29 and 5B. RGB value is (184,41,91). Sum of RGB (Red+Green+Blue) = 184+41+91=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B8295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8295B is #47D6A4. Grayscale: #595959. Windows color (decimal): -4708005 or 5974456. OLE color: 5974456.

HSL color Cylindrical-coordinate representation of color #B8295B: hue angle of 339.02º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8295B is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 41 91 -
CMYK 0 0.78 0.51 0.28
HSL 339.02º 0.64% 0.44% -
HSV(B) 339.02º 0.78% 0.72% -
XYZ 22.45 12.53 11.13 -
YUV 89.46 128.88 195.43 -
System Red Green Blue C M Y K H S L
Decimal 184 41 91 0 0.78 0.51 0.28 339.02 0.64 0.44
Hex B8 29 5B 0 4E 33 1C 153 40 2C
Octal 270 51 133 0 116 63 34 523 100 54
Binary 10111000 101001 1011011 0 1001110 110011 11100 101010011 1000000 101100

Color Harmonies of #B8295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8295B

Black with #B8295B

Text Example


Text Example

White with #B8295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8295B; }

 p { color: rgb(184,41,91); }

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

background-color css

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

 a { background-color: rgb(184,41,91); }

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

border-color css

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

 span { border-color: rgb(184,41,91); }

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