Html Css Color HEX #B92947 Old Rose

📋 copy color: '#B92947'

red 185 ◦ green 41 ◦ blue 71

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

Shades of Old Rose #B92947

Tints of Old Rose #B92947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.8%

 BLUE value IS 71 (28.13% from 255) = 23.91%

R = 62.29%
G = 13.8%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B92947 (or 0xB92947) is known color: Old Rose. HEX triplet: B9, 29 and 47. RGB value is (185,41,71). Sum of RGB (Red+Green+Blue) = 185+41+71=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B92947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92947 is #46D6B8. Grayscale: #575757. Windows color (decimal): -4642489 or 4663737. OLE color: 4663737.

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

Color convert

RGB 185 41 71 -
CMYK 0 0.78 0.62 0.27
HSL 347.5º 0.64% 0.44% -
HSV(B) 347.5º 0.78% 0.73% -
XYZ 21.94 12.36 7.19 -
YUV 87.48 118.71 197.56 -
System Red Green Blue C M Y K H S L
Decimal 185 41 71 0 0.78 0.62 0.27 347.5 0.64 0.44
Hex B9 29 47 0 4E 3E 1B 15C 40 2C
Octal 271 51 107 0 116 76 33 534 100 54
Binary 10111001 101001 1000111 0 1001110 111110 11011 101011100 1000000 101100

Color Harmonies of #B92947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92947

Black with #B92947

Text Example


Text Example

White with #B92947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92947; }

 p { color: rgb(185,41,71); }

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

background-color css

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

 a { background-color: rgb(185,41,71); }

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

border-color css

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

 span { border-color: rgb(185,41,71); }

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