Html Css Color HEX #BD7B6A Contessa

📋 copy color: '#BD7B6A'

red 189 ◦ green 123 ◦ blue 106

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

Shades of Contessa #BD7B6A

Tints of Contessa #BD7B6A

RGB

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

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

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

R = 45.22%
G = 29.43%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD7B6A (or 0xBD7B6A) is known color: Contessa. HEX triplet: BD, 7B and 6A. RGB value is (189,123,106). Sum of RGB (Red+Green+Blue) = 189+123+106=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7B6A is #428495. Grayscale: #8C8C8C. Windows color (decimal): -4359318 or 6978493. OLE color: 6978493.

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

Color convert

RGB 189 123 106 -
CMYK 0 0.35 0.44 0.26
HSL 12.29º 0.39% 0.58% -
HSV(B) 12.29º 0.44% 0.74% -
XYZ 30.67 26.03 17.04 -
YUV 140.8 108.37 162.38 -
System Red Green Blue C M Y K H S L
Decimal 189 123 106 0 0.35 0.44 0.26 12.29 0.39 0.58
Hex BD 7B 6A 0 23 2C 1A C 27 3A
Octal 275 173 152 0 43 54 32 14 47 72
Binary 10111101 1111011 1101010 0 100011 101100 11010 1100 100111 111010

Color Harmonies of #BD7B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7B6A

Black with #BD7B6A

Text Example


Text Example

White with #BD7B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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