Html Css Color HEX #BD6B5F Contessa

📋 copy color: '#BD6B5F'

red 189 ◦ green 107 ◦ blue 95

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

Shades of Contessa #BD6B5F

Tints of Contessa #BD6B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.3%

R = 48.34%
G = 27.37%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD6B5F (or 0xBD6B5F) is known color: Contessa. HEX triplet: BD, 6B and 5F. RGB value is (189,107,95). Sum of RGB (Red+Green+Blue) = 189+107+95=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6B5F is #4294A0. Grayscale: #828282. Windows color (decimal): -4363425 or 6253501. OLE color: 6253501.

HSL color Cylindrical-coordinate representation of color #BD6B5F: hue angle of 7.66º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD6B5F is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 107 95 -
CMYK 0 0.43 0.50 0.26
HSL 7.66º 0.42% 0.56% -
HSV(B) 7.66º 0.5% 0.74% -
XYZ 28.31 22.16 13.61 -
YUV 130.15 108.17 169.98 -
System Red Green Blue C M Y K H S L
Decimal 189 107 95 0 0.43 0.50 0.26 7.66 0.42 0.56
Hex BD 6B 5F 0 2B 32 1A 8 2A 38
Octal 275 153 137 0 53 62 32 10 52 70
Binary 10111101 1101011 1011111 0 101011 110010 11010 1000 101010 111000

Color Harmonies of #BD6B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6B5F

Black with #BD6B5F

Text Example


Text Example

White with #BD6B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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