Html Css Color HEX #B92850 Old Rose

📋 copy color: '#B92850'

red 185 ◦ green 40 ◦ blue 80

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

Shades of Old Rose #B92850

Tints of Old Rose #B92850

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.11%

 BLUE value IS 80 (31.64% from 255) = 26.23%

R = 60.66%
G = 13.11%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B92850 (or 0xB92850) is known color: Old Rose. HEX triplet: B9, 28 and 50. RGB value is (185,40,80). Sum of RGB (Red+Green+Blue) = 185+40+80=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B92850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92850 is #46D7AF. Grayscale: #575757. Windows color (decimal): -4642736 or 5253305. OLE color: 5253305.

HSL color Cylindrical-coordinate representation of color #B92850: hue angle of 343.45º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92850 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 40 80 -
CMYK 0 0.78 0.57 0.27
HSL 343.45º 0.64% 0.44% -
HSV(B) 343.45º 0.78% 0.73% -
XYZ 22.21 12.41 8.81 -
YUV 87.92 123.54 197.25 -
System Red Green Blue C M Y K H S L
Decimal 185 40 80 0 0.78 0.57 0.27 343.45 0.64 0.44
Hex B9 28 50 0 4E 39 1B 157 40 2C
Octal 271 50 120 0 116 71 33 527 100 54
Binary 10111001 101000 1010000 0 1001110 111001 11011 101010111 1000000 101100

Color Harmonies of #B92850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92850

Black with #B92850

Text Example


Text Example

White with #B92850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92850; }

 p { color: rgb(185,40,80); }

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

background-color css

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

 a { background-color: rgb(185,40,80); }

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

border-color css

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

 span { border-color: rgb(185,40,80); }

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