Html Css Color HEX #B61B56 Old Rose

📋 copy color: '#B61B56'

red 182 ◦ green 27 ◦ blue 86

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

Shades of Old Rose #B61B56

Tints of Old Rose #B61B56

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.15%

 BLUE value IS 86 (33.98% from 255) = 29.15%

R = 61.69%
G = 9.15%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B61B56 (or 0xB61B56) is known color: Old Rose. HEX triplet: B6, 1B and 56. RGB value is (182,27,86). Sum of RGB (Red+Green+Blue) = 182+27+86=295 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.69% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 182 - color contains mainly: red. Hex color #B61B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61B56 is #49E4A9. Grayscale: #4F4F4F. Windows color (decimal): -4842666 or 5643190. OLE color: 5643190.

HSL color Cylindrical-coordinate representation of color #B61B56: hue angle of 337.16º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61B56 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 27 86 -
CMYK 0 0.85 0.53 0.29
HSL 337.16º 0.74% 0.41% -
HSV(B) 337.16º 0.85% 0.71% -
XYZ 21.36 11.4 9.88 -
YUV 80.07 131.35 200.7 -
System Red Green Blue C M Y K H S L
Decimal 182 27 86 0 0.85 0.53 0.29 337.16 0.74 0.41
Hex B6 1B 56 0 55 35 1D 151 4A 29
Octal 266 33 126 0 125 65 35 521 112 51
Binary 10110110 11011 1010110 0 1010101 110101 11101 101010001 1001010 101001

Color Harmonies of #B61B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61B56

Black with #B61B56

Text Example


Text Example

White with #B61B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61B56; }

 p { color: rgb(182,27,86); }

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

background-color css

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

 a { background-color: rgb(182,27,86); }

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

border-color css

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

 span { border-color: rgb(182,27,86); }

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