Html Css Color HEX #B92350 Old Rose

📋 copy color: '#B92350'

red 185 ◦ green 35 ◦ blue 80

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

Shades of Old Rose #B92350

Tints of Old Rose #B92350

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.67%

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

R = 61.67%
G = 11.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B92350 (or 0xB92350) is known color: Old Rose. HEX triplet: B9, 23 and 50. RGB value is (185,35,80). Sum of RGB (Red+Green+Blue) = 185+35+80=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B92350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92350 is #46DCAF. Grayscale: #545454. Windows color (decimal): -4644016 or 5252025. OLE color: 5252025.

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

Color convert

RGB 185 35 80 -
CMYK 0 0.81 0.57 0.27
HSL 342º 0.68% 0.43% -
HSV(B) 342º 0.81% 0.73% -
XYZ 22.06 12.1 8.76 -
YUV 84.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 185 35 80 0 0.81 0.57 0.27 342 0.68 0.43
Hex B9 23 50 0 51 39 1B 156 44 2B
Octal 271 43 120 0 121 71 33 526 104 53
Binary 10111001 100011 1010000 0 1010001 111001 11011 101010110 1000100 101011

Color Harmonies of #B92350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92350

Black with #B92350

Text Example


Text Example

White with #B92350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92350; }

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

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

background-color css

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

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

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

border-color css

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

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

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