Html Css Color HEX #BD7B68 Contessa

📋 copy color: '#BD7B68'

red 189 ◦ green 123 ◦ blue 104

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

Shades of Contessa #BD7B68

Tints of Contessa #BD7B68

RGB

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

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

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

R = 45.43%
G = 29.57%
B = 25%

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

#BD7B68 (or 0xBD7B68) is known color: Contessa. HEX triplet: BD, 7B and 68. RGB value is (189,123,104). Sum of RGB (Red+Green+Blue) = 189+123+104=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7B68 is #428497. Grayscale: #8C8C8C. Windows color (decimal): -4359320 or 6847421. OLE color: 6847421.

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

Color convert

RGB 189 123 104 -
CMYK 0 0.35 0.45 0.26
HSL 13.41º 0.39% 0.57% -
HSV(B) 13.41º 0.45% 0.74% -
XYZ 30.57 25.98 16.5 -
YUV 140.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 189 123 104 0 0.35 0.45 0.26 13.41 0.39 0.57
Hex BD 7B 68 0 23 2D 1A D 27 39
Octal 275 173 150 0 43 55 32 15 47 71
Binary 10111101 1111011 1101000 0 100011 101101 11010 1101 100111 111001

Color Harmonies of #BD7B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7B68

Black with #BD7B68

Text Example


Text Example

White with #BD7B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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