Html Css Color HEX #B92953 Old Rose

📋 copy color: '#B92953'

red 185 ◦ green 41 ◦ blue 83

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

Shades of Old Rose #B92953

Tints of Old Rose #B92953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.86%

R = 59.87%
G = 13.27%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B92953 (or 0xB92953) is known color: Old Rose. HEX triplet: B9, 29 and 53. RGB value is (185,41,83). Sum of RGB (Red+Green+Blue) = 185+41+83=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B92953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92953 is #46D6AC. Grayscale: #585858. Windows color (decimal): -4642477 or 5450169. OLE color: 5450169.

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

Color convert

RGB 185 41 83 -
CMYK 0 0.78 0.55 0.27
HSL 342.5º 0.64% 0.44% -
HSV(B) 342.5º 0.78% 0.73% -
XYZ 22.36 12.52 9.42 -
YUV 88.84 124.71 196.58 -
System Red Green Blue C M Y K H S L
Decimal 185 41 83 0 0.78 0.55 0.27 342.5 0.64 0.44
Hex B9 29 53 0 4E 37 1B 156 40 2C
Octal 271 51 123 0 116 67 33 526 100 54
Binary 10111001 101001 1010011 0 1001110 110111 11011 101010110 1000000 101100

Color Harmonies of #B92953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92953

Black with #B92953

Text Example


Text Example

White with #B92953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92953; }

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

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

background-color css

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

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

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

border-color css

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

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

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