Html Css Color HEX #BD7B70 Contessa

📋 copy color: '#BD7B70'

red 189 ◦ green 123 ◦ blue 112

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

Shades of Contessa #BD7B70

Tints of Contessa #BD7B70

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.01%

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

R = 44.58%
G = 29.01%
B = 26.42%

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

#BD7B70 (or 0xBD7B70) is known color: Contessa. HEX triplet: BD, 7B and 70. RGB value is (189,123,112). Sum of RGB (Red+Green+Blue) = 189+123+112=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7B70 is #42848F. Grayscale: #8D8D8D. Windows color (decimal): -4359312 or 7371709. OLE color: 7371709.

HSL color Cylindrical-coordinate representation of color #BD7B70: hue angle of 8.57º 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 #BD7B70 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 123 112 -
CMYK 0 0.35 0.41 0.26
HSL 8.57º 0.37% 0.59% -
HSV(B) 8.57º 0.41% 0.74% -
XYZ 30.99 26.15 18.74 -
YUV 141.48 111.37 161.89 -
System Red Green Blue C M Y K H S L
Decimal 189 123 112 0 0.35 0.41 0.26 8.57 0.37 0.59
Hex BD 7B 70 0 23 29 1A 9 25 3B
Octal 275 173 160 0 43 51 32 11 45 73
Binary 10111101 1111011 1110000 0 100011 101001 11010 1001 100101 111011

Color Harmonies of #BD7B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7B70

Black with #BD7B70

Text Example


Text Example

White with #BD7B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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