Html Css Color HEX #B92655 Old Rose

📋 copy color: '#B92655'

red 185 ◦ green 38 ◦ blue 85

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

Shades of Old Rose #B92655

Tints of Old Rose #B92655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.34%

 BLUE value IS 85 (33.59% from 255) = 27.6%

R = 60.06%
G = 12.34%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B92655 (or 0xB92655) is known color: Old Rose. HEX triplet: B9, 26 and 55. RGB value is (185,38,85). Sum of RGB (Red+Green+Blue) = 185+38+85=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B92655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92655 is #46D9AA. Grayscale: #575757. Windows color (decimal): -4643243 or 5580473. OLE color: 5580473.

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

Color convert

RGB 185 38 85 -
CMYK 0 0.79 0.54 0.27
HSL 340.82º 0.66% 0.44% -
HSV(B) 340.82º 0.79% 0.73% -
XYZ 22.34 12.36 9.8 -
YUV 87.31 126.7 197.68 -
System Red Green Blue C M Y K H S L
Decimal 185 38 85 0 0.79 0.54 0.27 340.82 0.66 0.44
Hex B9 26 55 0 4F 36 1B 155 42 2C
Octal 271 46 125 0 117 66 33 525 102 54
Binary 10111001 100110 1010101 0 1001111 110110 11011 101010101 1000010 101100

Color Harmonies of #B92655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92655

Black with #B92655

Text Example


Text Example

White with #B92655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92655; }

 p { color: rgb(185,38,85); }

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

background-color css

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

 a { background-color: rgb(185,38,85); }

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

border-color css

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

 span { border-color: rgb(185,38,85); }

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