Html Css Color HEX #BD7B69 Contessa

📋 copy color: '#BD7B69'

red 189 ◦ green 123 ◦ blue 105

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

Shades of Contessa #BD7B69

Tints of Contessa #BD7B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.18%

R = 45.32%
G = 29.5%
B = 25.18%

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

#BD7B69 (or 0xBD7B69) is known color: Contessa. HEX triplet: BD, 7B and 69. RGB value is (189,123,105). Sum of RGB (Red+Green+Blue) = 189+123+105=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7B69 is #428496. Grayscale: #8C8C8C. Windows color (decimal): -4359319 or 6912957. OLE color: 6912957.

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

Color convert

RGB 189 123 105 -
CMYK 0 0.35 0.44 0.26
HSL 12.86º 0.39% 0.58% -
HSV(B) 12.86º 0.44% 0.74% -
XYZ 30.62 26 16.77 -
YUV 140.68 107.87 162.46 -
System Red Green Blue C M Y K H S L
Decimal 189 123 105 0 0.35 0.44 0.26 12.86 0.39 0.58
Hex BD 7B 69 0 23 2C 1A D 27 3A
Octal 275 173 151 0 43 54 32 15 47 72
Binary 10111101 1111011 1101001 0 100011 101100 11010 1101 100111 111010

Color Harmonies of #BD7B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7B69

Black with #BD7B69

Text Example


Text Example

White with #BD7B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7B69; }

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

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

background-color css

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

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

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

border-color css

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

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

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