Html Css Color HEX #B92552 Old Rose

📋 copy color: '#B92552'

red 185 ◦ green 37 ◦ blue 82

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

Shades of Old Rose #B92552

Tints of Old Rose #B92552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.97%

R = 60.86%
G = 12.17%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B92552 (or 0xB92552) is known color: Old Rose. HEX triplet: B9, 25 and 52. RGB value is (185,37,82). Sum of RGB (Red+Green+Blue) = 185+37+82=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B92552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92552 is #46DAAD. Grayscale: #565656. Windows color (decimal): -4643502 or 5383609. OLE color: 5383609.

HSL color Cylindrical-coordinate representation of color #B92552: hue angle of 341.76º 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 #B92552 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 37 82 -
CMYK 0 0.80 0.56 0.27
HSL 341.76º 0.67% 0.44% -
HSV(B) 341.76º 0.8% 0.73% -
XYZ 22.19 12.25 9.18 -
YUV 86.38 125.53 198.34 -
System Red Green Blue C M Y K H S L
Decimal 185 37 82 0 0.80 0.56 0.27 341.76 0.67 0.44
Hex B9 25 52 0 50 38 1B 156 43 2C
Octal 271 45 122 0 120 70 33 526 103 54
Binary 10111001 100101 1010010 0 1010000 111000 11011 101010110 1000011 101100

Color Harmonies of #B92552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92552

Black with #B92552

Text Example


Text Example

White with #B92552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92552; }

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

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

background-color css

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

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

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

border-color css

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

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

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