Html Css Color HEX #B8254C Old Rose

📋 copy color: '#B8254C'

red 184 ◦ green 37 ◦ blue 76

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

Shades of Old Rose #B8254C

Tints of Old Rose #B8254C

RGB

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

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

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

R = 61.95%
G = 12.46%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8254C (or 0xB8254C) is known color: Old Rose. HEX triplet: B8, 25 and 4C. RGB value is (184,37,76). Sum of RGB (Red+Green+Blue) = 184+37+76=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B8254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8254C is #47DAB3. Grayscale: #555555. Windows color (decimal): -4709044 or 4990392. OLE color: 4990392.

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

Color convert

RGB 184 37 76 -
CMYK 0 0.80 0.59 0.28
HSL 344.08º 0.67% 0.43% -
HSV(B) 344.08º 0.8% 0.72% -
XYZ 21.73 12.04 8.02 -
YUV 85.4 122.7 198.33 -
System Red Green Blue C M Y K H S L
Decimal 184 37 76 0 0.80 0.59 0.28 344.08 0.67 0.43
Hex B8 25 4C 0 50 3B 1C 158 43 2B
Octal 270 45 114 0 120 73 34 530 103 53
Binary 10111000 100101 1001100 0 1010000 111011 11100 101011000 1000011 101011

Color Harmonies of #B8254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8254C

Black with #B8254C

Text Example


Text Example

White with #B8254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8254C; }

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

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

background-color css

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

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

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

border-color css

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

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

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