Html Css Color HEX #B6305A Old Rose

📋 copy color: '#B6305A'

red 182 ◦ green 48 ◦ blue 90

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

Shades of Old Rose #B6305A

Tints of Old Rose #B6305A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15%

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

R = 56.88%
G = 15%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B6305A (or 0xB6305A) is known color: Old Rose. HEX triplet: B6, 30 and 5A. RGB value is (182,48,90). Sum of RGB (Red+Green+Blue) = 182+48+90=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B6305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6305A is #49CFA5. Grayscale: #5C5C5C. Windows color (decimal): -4837286 or 5910710. OLE color: 5910710.

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

Color convert

RGB 182 48 90 -
CMYK 0 0.74 0.51 0.29
HSL 341.19º 0.58% 0.45% -
HSV(B) 341.19º 0.74% 0.71% -
XYZ 22.19 12.8 10.97 -
YUV 92.85 126.39 191.58 -
System Red Green Blue C M Y K H S L
Decimal 182 48 90 0 0.74 0.51 0.29 341.19 0.58 0.45
Hex B6 30 5A 0 4A 33 1D 155 3A 2D
Octal 266 60 132 0 112 63 35 525 72 55
Binary 10110110 110000 1011010 0 1001010 110011 11101 101010101 111010 101101

Color Harmonies of #B6305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6305A

Black with #B6305A

Text Example


Text Example

White with #B6305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6305A; }

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

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

background-color css

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

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

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

border-color css

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

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

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