Html Css Color HEX #BD7A68 Contessa

📋 copy color: '#BD7A68'

red 189 ◦ green 122 ◦ blue 104

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

Shades of Contessa #BD7A68

Tints of Contessa #BD7A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.06%

R = 45.54%
G = 29.4%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD7A68 (or 0xBD7A68) is known color: Contessa. HEX triplet: BD, 7A and 68. RGB value is (189,122,104). Sum of RGB (Red+Green+Blue) = 189+122+104=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7A68 is #428597. Grayscale: #8C8C8C. Windows color (decimal): -4359576 or 6847165. OLE color: 6847165.

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

Color convert

RGB 189 122 104 -
CMYK 0 0.35 0.45 0.26
HSL 12.71º 0.39% 0.57% -
HSV(B) 12.71º 0.45% 0.74% -
XYZ 30.44 25.74 16.46 -
YUV 139.98 107.7 162.96 -
System Red Green Blue C M Y K H S L
Decimal 189 122 104 0 0.35 0.45 0.26 12.71 0.39 0.57
Hex BD 7A 68 0 23 2D 1A D 27 39
Octal 275 172 150 0 43 55 32 15 47 71
Binary 10111101 1111010 1101000 0 100011 101101 11010 1101 100111 111001

Color Harmonies of #BD7A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7A68

Black with #BD7A68

Text Example


Text Example

White with #BD7A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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