Html Css Color HEX #B92546 Old Rose

📋 copy color: '#B92546'

red 185 ◦ green 37 ◦ blue 70

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

Shades of Old Rose #B92546

Tints of Old Rose #B92546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.67%

 BLUE value IS 70 (27.73% from 255) = 23.97%

R = 63.36%
G = 12.67%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B92546 (or 0xB92546) is known color: Old Rose. HEX triplet: B9, 25 and 46. RGB value is (185,37,70). Sum of RGB (Red+Green+Blue) = 185+37+70=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B92546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92546 is #46DAB9. Grayscale: #555555. Windows color (decimal): -4643514 or 4597177. OLE color: 4597177.

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

Color convert

RGB 185 37 70 -
CMYK 0 0.80 0.62 0.27
HSL 346.62º 0.67% 0.44% -
HSV(B) 346.62º 0.8% 0.73% -
XYZ 21.77 12.08 6.98 -
YUV 85.01 119.53 199.32 -
System Red Green Blue C M Y K H S L
Decimal 185 37 70 0 0.80 0.62 0.27 346.62 0.67 0.44
Hex B9 25 46 0 50 3E 1B 15B 43 2C
Octal 271 45 106 0 120 76 33 533 103 54
Binary 10111001 100101 1000110 0 1010000 111110 11011 101011011 1000011 101100

Color Harmonies of #B92546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92546

Black with #B92546

Text Example


Text Example

White with #B92546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92546; }

 p { color: rgb(185,37,70); }

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

background-color css

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

 a { background-color: rgb(185,37,70); }

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

border-color css

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

 span { border-color: rgb(185,37,70); }

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