Html Css Color HEX #BD6B65 Contessa

📋 copy color: '#BD6B65'

red 189 ◦ green 107 ◦ blue 101

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

Shades of Contessa #BD6B65

Tints of Contessa #BD6B65

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.95%

 BLUE value IS 101 (39.84% from 255) = 25.44%

R = 47.61%
G = 26.95%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD6B65 (or 0xBD6B65) is known color: Contessa. HEX triplet: BD, 6B and 65. RGB value is (189,107,101). Sum of RGB (Red+Green+Blue) = 189+107+101=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6B65 is #42949A. Grayscale: #828282. Windows color (decimal): -4363419 or 6646717. OLE color: 6646717.

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

Color convert

RGB 189 107 101 -
CMYK 0 0.43 0.47 0.26
HSL 4.09º 0.4% 0.57% -
HSV(B) 4.09º 0.47% 0.74% -
XYZ 28.59 22.27 15.1 -
YUV 130.83 111.17 169.49 -
System Red Green Blue C M Y K H S L
Decimal 189 107 101 0 0.43 0.47 0.26 4.09 0.4 0.57
Hex BD 6B 65 0 2B 2F 1A 4 28 39
Octal 275 153 145 0 53 57 32 4 50 71
Binary 10111101 1101011 1100101 0 101011 101111 11010 100 101000 111001

Color Harmonies of #BD6B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6B65

Black with #BD6B65

Text Example


Text Example

White with #BD6B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6B65; }

 p { color: rgb(189,107,101); }

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

background-color css

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

 a { background-color: rgb(189,107,101); }

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

border-color css

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

 span { border-color: rgb(189,107,101); }

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