Html Css Color HEX #B9264A Old Rose

📋 copy color: '#B9264A'

red 185 ◦ green 38 ◦ blue 74

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

Shades of Old Rose #B9264A

Tints of Old Rose #B9264A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.79%

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

R = 62.29%
G = 12.79%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9264A (or 0xB9264A) is known color: Old Rose. HEX triplet: B9, 26 and 4A. RGB value is (185,38,74). Sum of RGB (Red+Green+Blue) = 185+38+74=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B9264A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9264A is #46D9B5. Grayscale: #565656. Windows color (decimal): -4643254 or 4859577. OLE color: 4859577.

HSL color Cylindrical-coordinate representation of color #B9264A: hue angle of 345.31º degrees, saturation: 0.66, 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 #B9264A is Cyan = 0, Magento = 0.79, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 38 74 -
CMYK 0 0.79 0.6 0.27
HSL 345.31º 0.66% 0.44% -
HSV(B) 345.31º 0.79% 0.73% -
XYZ 21.94 12.19 7.68 -
YUV 86.06 121.2 198.57 -
System Red Green Blue C M Y K H S L
Decimal 185 38 74 0 0.79 0.6 0.27 345.31 0.66 0.44
Hex B9 26 4A 0 4F 3C 1B 159 42 2C
Octal 271 46 112 0 117 74 33 531 102 54
Binary 10111001 100110 1001010 0 1001111 111100 11011 101011001 1000010 101100

Color Harmonies of #B9264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9264A

Black with #B9264A

Text Example


Text Example

White with #B9264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9264A; }

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

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

background-color css

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

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

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

border-color css

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

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

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