Html Css Color HEX #B92646 Old Rose

📋 copy color: '#B92646'

red 185 ◦ green 38 ◦ blue 70

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

Shades of Old Rose #B92646

Tints of Old Rose #B92646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.89%

R = 63.14%
G = 12.97%
B = 23.89%

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

#B92646 (or 0xB92646) is known color: Old Rose. HEX triplet: B9, 26 and 46. RGB value is (185,38,70). Sum of RGB (Red+Green+Blue) = 185+38+70=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B92646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92646 is #46D9B9. Grayscale: #555555. Windows color (decimal): -4643258 or 4597433. OLE color: 4597433.

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

Color convert

RGB 185 38 70 -
CMYK 0 0.79 0.62 0.27
HSL 346.94º 0.66% 0.44% -
HSV(B) 346.94º 0.79% 0.73% -
XYZ 21.81 12.14 6.99 -
YUV 85.6 119.2 198.9 -
System Red Green Blue C M Y K H S L
Decimal 185 38 70 0 0.79 0.62 0.27 346.94 0.66 0.44
Hex B9 26 46 0 4F 3E 1B 15B 42 2C
Octal 271 46 106 0 117 76 33 533 102 54
Binary 10111001 100110 1000110 0 1001111 111110 11011 101011011 1000010 101100

Color Harmonies of #B92646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92646

Black with #B92646

Text Example


Text Example

White with #B92646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92646; }

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

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

background-color css

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

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

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

border-color css

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

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

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