Html Css Color HEX #B92C5C Old Rose

📋 copy color: '#B92C5C'

red 185 ◦ green 44 ◦ blue 92

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

Shades of Old Rose #B92C5C

Tints of Old Rose #B92C5C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.71%

 BLUE value IS 92 (36.33% from 255) = 28.66%

R = 57.63%
G = 13.71%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B92C5C (or 0xB92C5C) is known color: Old Rose. HEX triplet: B9, 2C and 5C. RGB value is (185,44,92). Sum of RGB (Red+Green+Blue) = 185+44+92=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92C5C is #46D3A3. Grayscale: #5B5B5B. Windows color (decimal): -4641700 or 6040761. OLE color: 6040761.

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

Color convert

RGB 185 44 92 -
CMYK 0 0.76 0.50 0.27
HSL 339.57º 0.62% 0.45% -
HSV(B) 339.57º 0.76% 0.73% -
XYZ 22.84 12.89 11.41 -
YUV 91.63 128.21 194.6 -
System Red Green Blue C M Y K H S L
Decimal 185 44 92 0 0.76 0.50 0.27 339.57 0.62 0.45
Hex B9 2C 5C 0 4C 32 1B 154 3E 2D
Octal 271 54 134 0 114 62 33 524 76 55
Binary 10111001 101100 1011100 0 1001100 110010 11011 101010100 111110 101101

Color Harmonies of #B92C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92C5C

Black with #B92C5C

Text Example


Text Example

White with #B92C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92C5C; }

 p { color: rgb(185,44,92); }

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

background-color css

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

 a { background-color: rgb(185,44,92); }

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

border-color css

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

 span { border-color: rgb(185,44,92); }

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