Html Css Color HEX #B92956 Old Rose

📋 copy color: '#B92956'

red 185 ◦ green 41 ◦ blue 86

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

Shades of Old Rose #B92956

Tints of Old Rose #B92956

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.14%

 BLUE value IS 86 (33.98% from 255) = 27.56%

R = 59.29%
G = 13.14%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B92956 (or 0xB92956) is known color: Old Rose. HEX triplet: B9, 29 and 56. RGB value is (185,41,86). Sum of RGB (Red+Green+Blue) = 185+41+86=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B92956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92956 is #46D6A9. Grayscale: #595959. Windows color (decimal): -4642474 or 5646777. OLE color: 5646777.

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

Color convert

RGB 185 41 86 -
CMYK 0 0.78 0.54 0.27
HSL 341.25º 0.64% 0.44% -
HSV(B) 341.25º 0.78% 0.73% -
XYZ 22.48 12.57 10.05 -
YUV 89.19 126.21 196.34 -
System Red Green Blue C M Y K H S L
Decimal 185 41 86 0 0.78 0.54 0.27 341.25 0.64 0.44
Hex B9 29 56 0 4E 36 1B 155 40 2C
Octal 271 51 126 0 116 66 33 525 100 54
Binary 10111001 101001 1010110 0 1001110 110110 11011 101010101 1000000 101100

Color Harmonies of #B92956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92956

Black with #B92956

Text Example


Text Example

White with #B92956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92956; }

 p { color: rgb(185,41,86); }

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

background-color css

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

 a { background-color: rgb(185,41,86); }

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

border-color css

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

 span { border-color: rgb(185,41,86); }

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