Html Css Color HEX #B92844 Old Rose

📋 copy color: '#B92844'

red 185 ◦ green 40 ◦ blue 68

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

Shades of Old Rose #B92844

Tints of Old Rose #B92844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.65%

 BLUE value IS 68 (26.95% from 255) = 23.21%

R = 63.14%
G = 13.65%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B92844 (or 0xB92844) is known color: Old Rose. HEX triplet: B9, 28 and 44. RGB value is (185,40,68). Sum of RGB (Red+Green+Blue) = 185+40+68=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B92844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92844 is #46D7BB. Grayscale: #565656. Windows color (decimal): -4642748 or 4466873. OLE color: 4466873.

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

Color convert

RGB 185 40 68 -
CMYK 0 0.78 0.63 0.27
HSL 348.41º 0.64% 0.44% -
HSV(B) 348.41º 0.78% 0.73% -
XYZ 21.81 12.25 6.68 -
YUV 86.55 117.54 198.22 -
System Red Green Blue C M Y K H S L
Decimal 185 40 68 0 0.78 0.63 0.27 348.41 0.64 0.44
Hex B9 28 44 0 4E 3F 1B 15C 40 2C
Octal 271 50 104 0 116 77 33 534 100 54
Binary 10111001 101000 1000100 0 1001110 111111 11011 101011100 1000000 101100

Color Harmonies of #B92844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92844

Black with #B92844

Text Example


Text Example

White with #B92844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92844; }

 p { color: rgb(185,40,68); }

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

background-color css

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

 a { background-color: rgb(185,40,68); }

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

border-color css

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

 span { border-color: rgb(185,40,68); }

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