Html Css Color HEX #B9424A Old Rose

📋 copy color: '#B9424A'

red 185 ◦ green 66 ◦ blue 74

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

Shades of Old Rose #B9424A

Tints of Old Rose #B9424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.31%

 BLUE value IS 74 (29.3% from 255) = 22.77%

R = 56.92%
G = 20.31%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9424A (or 0xB9424A) is known color: Old Rose. HEX triplet: B9, 42 and 4A. RGB value is (185,66,74). Sum of RGB (Red+Green+Blue) = 185+66+74=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B9424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9424A is #46BDB5. Grayscale: #666666. Windows color (decimal): -4636086 or 4866745. OLE color: 4866745.

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

Color convert

RGB 185 66 74 -
CMYK 0 0.64 0.6 0.27
HSL 355.97º 0.47% 0.49% -
HSV(B) 355.97º 0.64% 0.73% -
XYZ 23.19 14.71 8.09 -
YUV 102.49 111.92 186.85 -
System Red Green Blue C M Y K H S L
Decimal 185 66 74 0 0.64 0.6 0.27 355.97 0.47 0.49
Hex B9 42 4A 0 40 3C 1B 164 2F 31
Octal 271 102 112 0 100 74 33 544 57 61
Binary 10111001 1000010 1001010 0 1000000 111100 11011 101100100 101111 110001

Color Harmonies of #B9424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9424A

Black with #B9424A

Text Example


Text Example

White with #B9424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9424A; }

 p { color: rgb(185,66,74); }

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

background-color css

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

 a { background-color: rgb(185,66,74); }

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

border-color css

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

 span { border-color: rgb(185,66,74); }

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