Html Css Color HEX #B6334A Old Rose

📋 copy color: '#B6334A'

red 182 ◦ green 51 ◦ blue 74

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

Shades of Old Rose #B6334A

Tints of Old Rose #B6334A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.1%

R = 59.28%
G = 16.61%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B6334A (or 0xB6334A) is known color: Old Rose. HEX triplet: B6, 33 and 4A. RGB value is (182,51,74). Sum of RGB (Red+Green+Blue) = 182+51+74=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B6334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6334A is #49CCB5. Grayscale: #5C5C5C. Windows color (decimal): -4836534 or 4862902. OLE color: 4862902.

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

Color convert

RGB 182 51 74 -
CMYK 0 0.72 0.59 0.29
HSL 349.47º 0.56% 0.46% -
HSV(B) 349.47º 0.72% 0.71% -
XYZ 21.71 12.81 7.81 -
YUV 92.79 117.4 191.63 -
System Red Green Blue C M Y K H S L
Decimal 182 51 74 0 0.72 0.59 0.29 349.47 0.56 0.46
Hex B6 33 4A 0 48 3B 1D 15D 38 2E
Octal 266 63 112 0 110 73 35 535 70 56
Binary 10110110 110011 1001010 0 1001000 111011 11101 101011101 111000 101110

Color Harmonies of #B6334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6334A

Black with #B6334A

Text Example


Text Example

White with #B6334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6334A; }

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

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

background-color css

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

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

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

border-color css

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

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

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