Html Css Color HEX #B92047 Old Rose

📋 copy color: '#B92047'

red 185 ◦ green 32 ◦ blue 71

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

Shades of Old Rose #B92047

Tints of Old Rose #B92047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.11%

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

R = 64.24%
G = 11.11%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B92047 (or 0xB92047) is known color: Old Rose. HEX triplet: B9, 20 and 47. RGB value is (185,32,71). Sum of RGB (Red+Green+Blue) = 185+32+71=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B92047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92047 is #46DFB8. Grayscale: #525252. Windows color (decimal): -4644793 or 4661433. OLE color: 4661433.

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

Color convert

RGB 185 32 71 -
CMYK 0 0.83 0.62 0.27
HSL 344.71º 0.71% 0.43% -
HSV(B) 344.71º 0.83% 0.73% -
XYZ 21.66 11.8 7.1 -
YUV 82.19 121.69 201.33 -
System Red Green Blue C M Y K H S L
Decimal 185 32 71 0 0.83 0.62 0.27 344.71 0.71 0.43
Hex B9 20 47 0 53 3E 1B 159 47 2B
Octal 271 40 107 0 123 76 33 531 107 53
Binary 10111001 100000 1000111 0 1010011 111110 11011 101011001 1000111 101011

Color Harmonies of #B92047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92047

Black with #B92047

Text Example


Text Example

White with #B92047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92047; }

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

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

background-color css

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

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

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

border-color css

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

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

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