Html Css Color HEX #B92C5A Old Rose

📋 copy color: '#B92C5A'

red 185 ◦ green 44 ◦ blue 90

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

Shades of Old Rose #B92C5A

Tints of Old Rose #B92C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.21%

R = 57.99%
G = 13.79%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B92C5A (or 0xB92C5A) is known color: Old Rose. HEX triplet: B9, 2C and 5A. RGB value is (185,44,90). Sum of RGB (Red+Green+Blue) = 185+44+90=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92C5A is #46D3A5. Grayscale: #5B5B5B. Windows color (decimal): -4641702 or 5909689. OLE color: 5909689.

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

Color convert

RGB 185 44 90 -
CMYK 0 0.76 0.51 0.27
HSL 340.43º 0.62% 0.45% -
HSV(B) 340.43º 0.76% 0.73% -
XYZ 22.75 12.85 10.95 -
YUV 91.4 127.21 194.76 -
System Red Green Blue C M Y K H S L
Decimal 185 44 90 0 0.76 0.51 0.27 340.43 0.62 0.45
Hex B9 2C 5A 0 4C 33 1B 154 3E 2D
Octal 271 54 132 0 114 63 33 524 76 55
Binary 10111001 101100 1011010 0 1001100 110011 11011 101010100 111110 101101

Color Harmonies of #B92C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92C5A

Black with #B92C5A

Text Example


Text Example

White with #B92C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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