Html Css Color HEX #B9235A Old Rose

📋 copy color: '#B9235A'

red 185 ◦ green 35 ◦ blue 90

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

Shades of Old Rose #B9235A

Tints of Old Rose #B9235A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.03%

R = 59.68%
G = 11.29%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9235A (or 0xB9235A) is known color: Old Rose. HEX triplet: B9, 23 and 5A. RGB value is (185,35,90). Sum of RGB (Red+Green+Blue) = 185+35+90=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B9235A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9235A is #46DCA5. Grayscale: #565656. Windows color (decimal): -4644006 or 5907385. OLE color: 5907385.

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

Color convert

RGB 185 35 90 -
CMYK 0 0.81 0.51 0.27
HSL 338º 0.68% 0.43% -
HSV(B) 338º 0.81% 0.73% -
XYZ 22.45 12.25 10.85 -
YUV 86.12 130.2 198.53 -
System Red Green Blue C M Y K H S L
Decimal 185 35 90 0 0.81 0.51 0.27 338 0.68 0.43
Hex B9 23 5A 0 51 33 1B 152 44 2B
Octal 271 43 132 0 121 63 33 522 104 53
Binary 10111001 100011 1011010 0 1010001 110011 11011 101010010 1000100 101011

Color Harmonies of #B9235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9235A

Black with #B9235A

Text Example


Text Example

White with #B9235A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9235A; }

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

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

background-color css

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

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

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

border-color css

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

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

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