Html Css Color HEX #B9254E Old Rose

📋 copy color: '#B9254E'

red 185 ◦ green 37 ◦ blue 78

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

Shades of Old Rose #B9254E

Tints of Old Rose #B9254E

RGB

 RED value IS 185 (72.66% from 255) = 61.67%

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

 BLUE value IS 78 (30.86% from 255) = 26%

R = 61.67%
G = 12.33%
B = 26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9254E (or 0xB9254E) is known color: Old Rose. HEX triplet: B9, 25 and 4E. RGB value is (185,37,78). Sum of RGB (Red+Green+Blue) = 185+37+78=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B9254E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9254E is #46DAB1. Grayscale: #555555. Windows color (decimal): -4643506 or 5121465. OLE color: 5121465.

HSL color Cylindrical-coordinate representation of color #B9254E: hue angle of 343.38º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9254E is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 37 78 -
CMYK 0 0.80 0.58 0.27
HSL 343.38º 0.67% 0.44% -
HSV(B) 343.38º 0.8% 0.73% -
XYZ 22.04 12.19 8.4 -
YUV 85.93 123.53 198.67 -
System Red Green Blue C M Y K H S L
Decimal 185 37 78 0 0.80 0.58 0.27 343.38 0.67 0.44
Hex B9 25 4E 0 50 3A 1B 157 43 2C
Octal 271 45 116 0 120 72 33 527 103 54
Binary 10111001 100101 1001110 0 1010000 111010 11011 101010111 1000011 101100

Color Harmonies of #B9254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9254E

Black with #B9254E

Text Example


Text Example

White with #B9254E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9254E; }

 p { color: rgb(185,37,78); }

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

background-color css

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

 a { background-color: rgb(185,37,78); }

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

border-color css

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

 span { border-color: rgb(185,37,78); }

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