Html Css Color HEX #B66D6A Contessa

📋 copy color: '#B66D6A'

red 182 ◦ green 109 ◦ blue 106

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

Shades of Contessa #B66D6A

Tints of Contessa #B66D6A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.46%

 BLUE value IS 106 (41.8% from 255) = 26.7%

R = 45.84%
G = 27.46%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B66D6A (or 0xB66D6A) is known color: Contessa. HEX triplet: B6, 6D and 6A. RGB value is (182,109,106). Sum of RGB (Red+Green+Blue) = 182+109+106=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66D6A is #499295. Grayscale: #828282. Windows color (decimal): -4821654 or 6974902. OLE color: 6974902.

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

Color convert

RGB 182 109 106 -
CMYK 0 0.40 0.42 0.29
HSL 2.37º 0.34% 0.56% -
HSV(B) 2.37º 0.42% 0.71% -
XYZ 27.36 21.92 16.43 -
YUV 130.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 182 109 106 0 0.40 0.42 0.29 2.37 0.34 0.56
Hex B6 6D 6A 0 28 2A 1D 2 22 38
Octal 266 155 152 0 50 52 35 2 42 70
Binary 10110110 1101101 1101010 0 101000 101010 11101 10 100010 111000

Color Harmonies of #B66D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66D6A

Black with #B66D6A

Text Example


Text Example

White with #B66D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66D6A; }

 p { color: rgb(182,109,106); }

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

background-color css

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

 a { background-color: rgb(182,109,106); }

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

border-color css

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

 span { border-color: rgb(182,109,106); }

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