Html Css Color HEX #B6334C Old Rose

📋 copy color: '#B6334C'

red 182 ◦ green 51 ◦ blue 76

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

Shades of Old Rose #B6334C

Tints of Old Rose #B6334C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.5%

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

R = 58.9%
G = 16.5%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6334C (or 0xB6334C) is known color: Old Rose. HEX triplet: B6, 33 and 4C. RGB value is (182,51,76). Sum of RGB (Red+Green+Blue) = 182+51+76=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B6334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6334C is #49CCB3. Grayscale: #5D5D5D. Windows color (decimal): -4836532 or 4993974. OLE color: 4993974.

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

Color convert

RGB 182 51 76 -
CMYK 0 0.72 0.58 0.29
HSL 348.55º 0.56% 0.46% -
HSV(B) 348.55º 0.72% 0.71% -
XYZ 21.78 12.83 8.17 -
YUV 93.02 118.4 191.47 -
System Red Green Blue C M Y K H S L
Decimal 182 51 76 0 0.72 0.58 0.29 348.55 0.56 0.46
Hex B6 33 4C 0 48 3A 1D 15D 38 2E
Octal 266 63 114 0 110 72 35 535 70 56
Binary 10110110 110011 1001100 0 1001000 111010 11101 101011101 111000 101110

Color Harmonies of #B6334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6334C

Black with #B6334C

Text Example


Text Example

White with #B6334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6334C; }

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

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

background-color css

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

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

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

border-color css

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

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

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