Html Css Color HEX #B8295A Old Rose

📋 copy color: '#B8295A'

red 184 ◦ green 41 ◦ blue 90

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

Shades of Old Rose #B8295A

Tints of Old Rose #B8295A

RGB

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

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

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

R = 58.41%
G = 13.02%
B = 28.57%

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

#B8295A (or 0xB8295A) is known color: Old Rose. HEX triplet: B8, 29 and 5A. RGB value is (184,41,90). Sum of RGB (Red+Green+Blue) = 184+41+90=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B8295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8295A is #47D6A5. Grayscale: #595959. Windows color (decimal): -4708006 or 5908920. OLE color: 5908920.

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

Color convert

RGB 184 41 90 -
CMYK 0 0.78 0.51 0.28
HSL 339.44º 0.64% 0.44% -
HSV(B) 339.44º 0.78% 0.72% -
XYZ 22.41 12.51 10.91 -
YUV 89.34 128.38 195.52 -
System Red Green Blue C M Y K H S L
Decimal 184 41 90 0 0.78 0.51 0.28 339.44 0.64 0.44
Hex B8 29 5A 0 4E 33 1C 153 40 2C
Octal 270 51 132 0 116 63 34 523 100 54
Binary 10111000 101001 1011010 0 1001110 110011 11100 101010011 1000000 101100

Color Harmonies of #B8295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8295A

Black with #B8295A

Text Example


Text Example

White with #B8295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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