Html Css Color HEX #B92647 Old Rose

📋 copy color: '#B92647'

red 185 ◦ green 38 ◦ blue 71

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

Shades of Old Rose #B92647

Tints of Old Rose #B92647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.15%

R = 62.93%
G = 12.93%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B92647 (or 0xB92647) is known color: Old Rose. HEX triplet: B9, 26 and 47. RGB value is (185,38,71). Sum of RGB (Red+Green+Blue) = 185+38+71=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B92647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92647 is #46D9B8. Grayscale: #555555. Windows color (decimal): -4643257 or 4662969. OLE color: 4662969.

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

Color convert

RGB 185 38 71 -
CMYK 0 0.79 0.62 0.27
HSL 346.53º 0.66% 0.44% -
HSV(B) 346.53º 0.79% 0.73% -
XYZ 21.84 12.16 7.16 -
YUV 85.72 119.7 198.82 -
System Red Green Blue C M Y K H S L
Decimal 185 38 71 0 0.79 0.62 0.27 346.53 0.66 0.44
Hex B9 26 47 0 4F 3E 1B 15B 42 2C
Octal 271 46 107 0 117 76 33 533 102 54
Binary 10111001 100110 1000111 0 1001111 111110 11011 101011011 1000010 101100

Color Harmonies of #B92647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92647

Black with #B92647

Text Example


Text Example

White with #B92647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92647; }

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

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

background-color css

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

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

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

border-color css

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

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

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