Html Css Color HEX #BD7A70 Contessa

📋 copy color: '#BD7A70'

red 189 ◦ green 122 ◦ blue 112

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

Shades of Contessa #BD7A70

Tints of Contessa #BD7A70

RGB

 RED value IS 189 (74.22% from 255) = 44.68%

 GREEN value IS 122 (48.05% from 255) = 28.84%

 BLUE value IS 112 (44.14% from 255) = 26.48%

R = 44.68%
G = 28.84%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD7A70 (or 0xBD7A70) is known color: Contessa. HEX triplet: BD, 7A and 70. RGB value is (189,122,112). Sum of RGB (Red+Green+Blue) = 189+122+112=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7A70 is #42858F. Grayscale: #8C8C8C. Windows color (decimal): -4359568 or 7371453. OLE color: 7371453.

HSL color Cylindrical-coordinate representation of color #BD7A70: hue angle of 7.79º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD7A70 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 122 112 -
CMYK 0 0.35 0.41 0.26
HSL 7.79º 0.37% 0.59% -
HSV(B) 7.79º 0.41% 0.74% -
XYZ 30.87 25.91 18.7 -
YUV 140.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 189 122 112 0 0.35 0.41 0.26 7.79 0.37 0.59
Hex BD 7A 70 0 23 29 1A 8 25 3B
Octal 275 172 160 0 43 51 32 10 45 73
Binary 10111101 1111010 1110000 0 100011 101001 11010 1000 100101 111011

Color Harmonies of #BD7A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7A70

Black with #BD7A70

Text Example


Text Example

White with #BD7A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7A70; }

 p { color: rgb(189,122,112); }

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

background-color css

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

 a { background-color: rgb(189,122,112); }

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

border-color css

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

 span { border-color: rgb(189,122,112); }

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