Html Css Color HEX #B6255A Old Rose

📋 copy color: '#B6255A'

red 182 ◦ green 37 ◦ blue 90

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

Shades of Old Rose #B6255A

Tints of Old Rose #B6255A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.97%

 BLUE value IS 90 (35.55% from 255) = 29.13%

R = 58.9%
G = 11.97%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B6255A (or 0xB6255A) is known color: Old Rose. HEX triplet: B6, 25 and 5A. RGB value is (182,37,90). Sum of RGB (Red+Green+Blue) = 182+37+90=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B6255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6255A is #49DAA5. Grayscale: #565656. Windows color (decimal): -4840102 or 5907894. OLE color: 5907894.

HSL color Cylindrical-coordinate representation of color #B6255A: hue angle of 338.07º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6255A is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 37 90 -
CMYK 0 0.80 0.51 0.29
HSL 338.07º 0.66% 0.43% -
HSV(B) 338.07º 0.8% 0.71% -
XYZ 21.8 12.01 10.84 -
YUV 86.4 130.04 196.19 -
System Red Green Blue C M Y K H S L
Decimal 182 37 90 0 0.80 0.51 0.29 338.07 0.66 0.43
Hex B6 25 5A 0 50 33 1D 152 42 2B
Octal 266 45 132 0 120 63 35 522 102 53
Binary 10110110 100101 1011010 0 1010000 110011 11101 101010010 1000010 101011

Color Harmonies of #B6255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6255A

Black with #B6255A

Text Example


Text Example

White with #B6255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6255A; }

 p { color: rgb(182,37,90); }

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

background-color css

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

 a { background-color: rgb(182,37,90); }

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

border-color css

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

 span { border-color: rgb(182,37,90); }

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