Html Css Color HEX #B67271 Contessa

📋 copy color: '#B67271'

red 182 ◦ green 114 ◦ blue 113

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

Shades of Contessa #B67271

Tints of Contessa #B67271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.87%

 BLUE value IS 113 (44.53% from 255) = 27.63%

R = 44.5%
G = 27.87%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B67271 (or 0xB67271) is known color: Contessa. HEX triplet: B6, 72 and 71. RGB value is (182,114,113). Sum of RGB (Red+Green+Blue) = 182+114+113=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B67271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67271 is #498D8E. Grayscale: #868686. Windows color (decimal): -4820367 or 7434934. OLE color: 7434934.

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

Color convert

RGB 182 114 113 -
CMYK 0 0.37 0.38 0.29
HSL 0.87º 0.32% 0.58% -
HSV(B) 0.87º 0.38% 0.71% -
XYZ 28.29 23.17 18.6 -
YUV 134.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 182 114 113 0 0.37 0.38 0.29 0.87 0.32 0.58
Hex B6 72 71 0 25 26 1D 1 20 3A
Octal 266 162 161 0 45 46 35 1 40 72
Binary 10110110 1110010 1110001 0 100101 100110 11101 1 100000 111010

Color Harmonies of #B67271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67271

Black with #B67271

Text Example


Text Example

White with #B67271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67271; }

 p { color: rgb(182,114,113); }

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

background-color css

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

 a { background-color: rgb(182,114,113); }

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

border-color css

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

 span { border-color: rgb(182,114,113); }

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