Html Css Color HEX #B6304C Old Rose

📋 copy color: '#B6304C'

red 182 ◦ green 48 ◦ blue 76

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

Shades of Old Rose #B6304C

Tints of Old Rose #B6304C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.84%

R = 59.48%
G = 15.69%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6304C (or 0xB6304C) is known color: Old Rose. HEX triplet: B6, 30 and 4C. RGB value is (182,48,76). Sum of RGB (Red+Green+Blue) = 182+48+76=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B6304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6304C is #49CFB3. Grayscale: #5B5B5B. Windows color (decimal): -4837300 or 4993206. OLE color: 4993206.

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

Color convert

RGB 182 48 76 -
CMYK 0 0.74 0.58 0.29
HSL 347.46º 0.58% 0.45% -
HSV(B) 347.46º 0.74% 0.71% -
XYZ 21.65 12.58 8.12 -
YUV 91.26 119.39 192.72 -
System Red Green Blue C M Y K H S L
Decimal 182 48 76 0 0.74 0.58 0.29 347.46 0.58 0.45
Hex B6 30 4C 0 4A 3A 1D 15B 3A 2D
Octal 266 60 114 0 112 72 35 533 72 55
Binary 10110110 110000 1001100 0 1001010 111010 11101 101011011 111010 101101

Color Harmonies of #B6304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6304C

Black with #B6304C

Text Example


Text Example

White with #B6304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6304C; }

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

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

background-color css

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

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

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

border-color css

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

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

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