Html Css Color HEX #B8255B Old Rose

📋 copy color: '#B8255B'

red 184 ◦ green 37 ◦ blue 91

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

Shades of Old Rose #B8255B

Tints of Old Rose #B8255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

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

R = 58.97%
G = 11.86%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B8255B (or 0xB8255B) is known color: Old Rose. HEX triplet: B8, 25 and 5B. RGB value is (184,37,91). Sum of RGB (Red+Green+Blue) = 184+37+91=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B8255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8255B is #47DAA4. Grayscale: #575757. Windows color (decimal): -4709029 or 5973432. OLE color: 5973432.

HSL color Cylindrical-coordinate representation of color #B8255B: hue angle of 337.96º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8255B is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 37 91 -
CMYK 0 0.80 0.51 0.28
HSL 337.96º 0.67% 0.43% -
HSV(B) 337.96º 0.8% 0.72% -
XYZ 22.32 12.27 11.09 -
YUV 87.11 130.2 197.11 -
System Red Green Blue C M Y K H S L
Decimal 184 37 91 0 0.80 0.51 0.28 337.96 0.67 0.43
Hex B8 25 5B 0 50 33 1C 152 43 2B
Octal 270 45 133 0 120 63 34 522 103 53
Binary 10111000 100101 1011011 0 1010000 110011 11100 101010010 1000011 101011

Color Harmonies of #B8255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8255B

Black with #B8255B

Text Example


Text Example

White with #B8255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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