Html Css Color HEX #B9235E Old Rose

📋 copy color: '#B9235E'

red 185 ◦ green 35 ◦ blue 94

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

Shades of Old Rose #B9235E

Tints of Old Rose #B9235E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.15%

 BLUE value IS 94 (37.11% from 255) = 29.94%

R = 58.92%
G = 11.15%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9235E (or 0xB9235E) is known color: Old Rose. HEX triplet: B9, 23 and 5E. RGB value is (185,35,94). Sum of RGB (Red+Green+Blue) = 185+35+94=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9235E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9235E is #46DCA1. Grayscale: #565656. Windows color (decimal): -4644002 or 6169529. OLE color: 6169529.

HSL color Cylindrical-coordinate representation of color #B9235E: hue angle of 336.4º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9235E is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 35 94 -
CMYK 0 0.81 0.49 0.27
HSL 336.4º 0.68% 0.43% -
HSV(B) 336.4º 0.81% 0.73% -
XYZ 22.63 12.32 11.78 -
YUV 86.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 185 35 94 0 0.81 0.49 0.27 336.4 0.68 0.43
Hex B9 23 5E 0 51 31 1B 150 44 2B
Octal 271 43 136 0 121 61 33 520 104 53
Binary 10111001 100011 1011110 0 1010001 110001 11011 101010000 1000100 101011

Color Harmonies of #B9235E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9235E

Black with #B9235E

Text Example


Text Example

White with #B9235E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9235E; }

 p { color: rgb(185,35,94); }

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

background-color css

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

 a { background-color: rgb(185,35,94); }

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

border-color css

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

 span { border-color: rgb(185,35,94); }

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