Html Css Color HEX #B67471 Contessa

📋 copy color: '#B67471'

red 182 ◦ green 116 ◦ blue 113

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

Shades of Contessa #B67471

Tints of Contessa #B67471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.22%

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

R = 44.28%
G = 28.22%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B67471 (or 0xB67471) is known color: Contessa. HEX triplet: B6, 74 and 71. RGB value is (182,116,113). Sum of RGB (Red+Green+Blue) = 182+116+113=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B67471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67471 is #498B8E. Grayscale: #878787. Windows color (decimal): -4819855 or 7435446. OLE color: 7435446.

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

Color convert

RGB 182 116 113 -
CMYK 0 0.36 0.38 0.29
HSL 2.61º 0.32% 0.58% -
HSV(B) 2.61º 0.38% 0.71% -
XYZ 28.52 23.63 18.68 -
YUV 135.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 182 116 113 0 0.36 0.38 0.29 2.61 0.32 0.58
Hex B6 74 71 0 24 26 1D 3 20 3A
Octal 266 164 161 0 44 46 35 3 40 72
Binary 10110110 1110100 1110001 0 100100 100110 11101 11 100000 111010

Color Harmonies of #B67471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67471

Black with #B67471

Text Example


Text Example

White with #B67471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67471; }

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

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

background-color css

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

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

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

border-color css

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

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

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