Html Css Color HEX #B92650 Old Rose

📋 copy color: '#B92650'

red 185 ◦ green 38 ◦ blue 80

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

Shades of Old Rose #B92650

Tints of Old Rose #B92650

RGB

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

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

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

R = 61.06%
G = 12.54%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B92650 (or 0xB92650) is known color: Old Rose. HEX triplet: B9, 26 and 50. RGB value is (185,38,80). Sum of RGB (Red+Green+Blue) = 185+38+80=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B92650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92650 is #46D9AF. Grayscale: #565656. Windows color (decimal): -4643248 or 5252793. OLE color: 5252793.

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

Color convert

RGB 185 38 80 -
CMYK 0 0.79 0.57 0.27
HSL 342.86º 0.66% 0.44% -
HSV(B) 342.86º 0.79% 0.73% -
XYZ 22.15 12.28 8.79 -
YUV 86.74 124.2 198.08 -
System Red Green Blue C M Y K H S L
Decimal 185 38 80 0 0.79 0.57 0.27 342.86 0.66 0.44
Hex B9 26 50 0 4F 39 1B 157 42 2C
Octal 271 46 120 0 117 71 33 527 102 54
Binary 10111001 100110 1010000 0 1001111 111001 11011 101010111 1000010 101100

Color Harmonies of #B92650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92650

Black with #B92650

Text Example


Text Example

White with #B92650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92650; }

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

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

background-color css

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

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

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

border-color css

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

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

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