Html Css Color HEX #B6255C Old Rose

📋 copy color: '#B6255C'

red 182 ◦ green 37 ◦ blue 92

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

Shades of Old Rose #B6255C

Tints of Old Rose #B6255C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.58%

R = 58.52%
G = 11.9%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6255C (or 0xB6255C) is known color: Old Rose. HEX triplet: B6, 25 and 5C. RGB value is (182,37,92). Sum of RGB (Red+Green+Blue) = 182+37+92=311 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.52% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 182 - color contains mainly: red. Hex color #B6255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6255C is #49DAA3. Grayscale: #565656. Windows color (decimal): -4840100 or 6038966. OLE color: 6038966.

HSL color Cylindrical-coordinate representation of color #B6255C: hue angle of 337.24º 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 #B6255C is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 37 92 -
CMYK 0 0.80 0.49 0.29
HSL 337.24º 0.66% 0.43% -
HSV(B) 337.24º 0.8% 0.71% -
XYZ 21.88 12.04 11.3 -
YUV 86.63 131.04 196.03 -
System Red Green Blue C M Y K H S L
Decimal 182 37 92 0 0.80 0.49 0.29 337.24 0.66 0.43
Hex B6 25 5C 0 50 31 1D 151 42 2B
Octal 266 45 134 0 120 61 35 521 102 53
Binary 10110110 100101 1011100 0 1010000 110001 11101 101010001 1000010 101011

Color Harmonies of #B6255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6255C

Black with #B6255C

Text Example


Text Example

White with #B6255C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6255C; }

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

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

background-color css

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

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

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

border-color css

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

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

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