Html Css Color HEX #B9275C Old Rose

📋 copy color: '#B9275C'

red 185 ◦ green 39 ◦ blue 92

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

Shades of Old Rose #B9275C

Tints of Old Rose #B9275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.34%

 BLUE value IS 92 (36.33% from 255) = 29.11%

R = 58.54%
G = 12.34%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9275C (or 0xB9275C) is known color: Old Rose. HEX triplet: B9, 27 and 5C. RGB value is (185,39,92). Sum of RGB (Red+Green+Blue) = 185+39+92=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B9275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9275C is #46D8A3. Grayscale: #585858. Windows color (decimal): -4642980 or 6039481. OLE color: 6039481.

HSL color Cylindrical-coordinate representation of color #B9275C: hue angle of 338.22º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9275C is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 39 92 -
CMYK 0 0.79 0.50 0.27
HSL 338.22º 0.65% 0.44% -
HSV(B) 338.22º 0.79% 0.73% -
XYZ 22.66 12.54 11.35 -
YUV 88.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 185 39 92 0 0.79 0.50 0.27 338.22 0.65 0.44
Hex B9 27 5C 0 4F 32 1B 152 41 2C
Octal 271 47 134 0 117 62 33 522 101 54
Binary 10111001 100111 1011100 0 1001111 110010 11011 101010010 1000001 101100

Color Harmonies of #B9275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9275C

Black with #B9275C

Text Example


Text Example

White with #B9275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9275C; }

 p { color: rgb(185,39,92); }

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

background-color css

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

 a { background-color: rgb(185,39,92); }

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

border-color css

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

 span { border-color: rgb(185,39,92); }

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