Html Css Color HEX #B92E4D Old Rose

📋 copy color: '#B92E4D'

red 185 ◦ green 46 ◦ blue 77

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

Shades of Old Rose #B92E4D

Tints of Old Rose #B92E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.94%

 BLUE value IS 77 (30.47% from 255) = 25%

R = 60.06%
G = 14.94%
B = 25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B92E4D (or 0xB92E4D) is known color: Old Rose. HEX triplet: B9, 2E and 4D. RGB value is (185,46,77). Sum of RGB (Red+Green+Blue) = 185+46+77=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92E4D is #46D1B2. Grayscale: #5B5B5B. Windows color (decimal): -4641203 or 5058233. OLE color: 5058233.

HSL color Cylindrical-coordinate representation of color #B92E4D: hue angle of 346.62º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B92E4D is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 46 77 -
CMYK 0 0.75 0.58 0.27
HSL 346.62º 0.6% 0.45% -
HSV(B) 346.62º 0.75% 0.73% -
XYZ 22.32 12.8 8.32 -
YUV 91.1 120.05 194.98 -
System Red Green Blue C M Y K H S L
Decimal 185 46 77 0 0.75 0.58 0.27 346.62 0.6 0.45
Hex B9 2E 4D 0 4B 3A 1B 15B 3C 2D
Octal 271 56 115 0 113 72 33 533 74 55
Binary 10111001 101110 1001101 0 1001011 111010 11011 101011011 111100 101101

Color Harmonies of #B92E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92E4D

Black with #B92E4D

Text Example


Text Example

White with #B92E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92E4D; }

 p { color: rgb(185,46,77); }

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

background-color css

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

 a { background-color: rgb(185,46,77); }

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

border-color css

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

 span { border-color: rgb(185,46,77); }

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