Html Css Color HEX #B9235C Old Rose

📋 copy color: '#B9235C'

red 185 ◦ green 35 ◦ blue 92

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

Shades of Old Rose #B9235C

Tints of Old Rose #B9235C

RGB

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

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

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

R = 59.29%
G = 11.22%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9235C (or 0xB9235C) is known color: Old Rose. HEX triplet: B9, 23 and 5C. RGB value is (185,35,92). Sum of RGB (Red+Green+Blue) = 185+35+92=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B9235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9235C is #46DCA3. Grayscale: #565656. Windows color (decimal): -4644004 or 6038457. OLE color: 6038457.

HSL color Cylindrical-coordinate representation of color #B9235C: hue angle of 337.2º 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 #B9235C is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 35 92 -
CMYK 0 0.81 0.50 0.27
HSL 337.2º 0.68% 0.43% -
HSV(B) 337.2º 0.81% 0.73% -
XYZ 22.54 12.29 11.31 -
YUV 86.35 131.2 198.37 -
System Red Green Blue C M Y K H S L
Decimal 185 35 92 0 0.81 0.50 0.27 337.2 0.68 0.43
Hex B9 23 5C 0 51 32 1B 151 44 2B
Octal 271 43 134 0 121 62 33 521 104 53
Binary 10111001 100011 1011100 0 1010001 110010 11011 101010001 1000100 101011

Color Harmonies of #B9235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9235C

Black with #B9235C

Text Example


Text Example

White with #B9235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9235C; }

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

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

background-color css

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

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

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

border-color css

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

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

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