Html Css Color HEX #B6305C Old Rose

📋 copy color: '#B6305C'

red 182 ◦ green 48 ◦ blue 92

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

Shades of Old Rose #B6305C

Tints of Old Rose #B6305C

RGB

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

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

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

R = 56.52%
G = 14.91%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6305C (or 0xB6305C) is known color: Old Rose. HEX triplet: B6, 30 and 5C. RGB value is (182,48,92). Sum of RGB (Red+Green+Blue) = 182+48+92=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B6305C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6305C is #49CFA3. Grayscale: #5D5D5D. Windows color (decimal): -4837284 or 6041782. OLE color: 6041782.

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

Color convert

RGB 182 48 92 -
CMYK 0 0.74 0.49 0.29
HSL 340.3º 0.58% 0.45% -
HSV(B) 340.3º 0.74% 0.71% -
XYZ 22.28 12.83 11.43 -
YUV 93.08 127.39 191.42 -
System Red Green Blue C M Y K H S L
Decimal 182 48 92 0 0.74 0.49 0.29 340.3 0.58 0.45
Hex B6 30 5C 0 4A 31 1D 154 3A 2D
Octal 266 60 134 0 112 61 35 524 72 55
Binary 10110110 110000 1011100 0 1001010 110001 11101 101010100 111010 101101

Color Harmonies of #B6305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6305C

Black with #B6305C

Text Example


Text Example

White with #B6305C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6305C; }

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

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

background-color css

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

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

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

border-color css

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

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

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