Html Css Color HEX #B6225E Old Rose

📋 copy color: '#B6225E'

red 182 ◦ green 34 ◦ blue 94

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

Shades of Old Rose #B6225E

Tints of Old Rose #B6225E

RGB

 RED value IS 182 (71.48% from 255) = 58.71%

 GREEN value IS 34 (13.67% from 255) = 10.97%

 BLUE value IS 94 (37.11% from 255) = 30.32%

R = 58.71%
G = 10.97%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B6225E (or 0xB6225E) is known color: Old Rose. HEX triplet: B6, 22 and 5E. RGB value is (182,34,94). Sum of RGB (Red+Green+Blue) = 182+34+94=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B6225E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6225E is #49DDA1. Grayscale: #555555. Windows color (decimal): -4840866 or 6169270. OLE color: 6169270.

HSL color Cylindrical-coordinate representation of color #B6225E: hue angle of 335.68º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6225E is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 34 94 -
CMYK 0 0.81 0.48 0.29
HSL 335.68º 0.69% 0.42% -
HSV(B) 335.68º 0.81% 0.71% -
XYZ 21.88 11.9 11.73 -
YUV 85.09 133.03 197.12 -
System Red Green Blue C M Y K H S L
Decimal 182 34 94 0 0.81 0.48 0.29 335.68 0.69 0.42
Hex B6 22 5E 0 51 30 1D 150 45 2A
Octal 266 42 136 0 121 60 35 520 105 52
Binary 10110110 100010 1011110 0 1010001 110000 11101 101010000 1000101 101010

Color Harmonies of #B6225E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6225E

Black with #B6225E

Text Example


Text Example

White with #B6225E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6225E; }

 p { color: rgb(182,34,94); }

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

background-color css

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

 a { background-color: rgb(182,34,94); }

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

border-color css

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

 span { border-color: rgb(182,34,94); }

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