Html Css Color HEX #BD695C Contessa

📋 copy color: '#BD695C'

red 189 ◦ green 105 ◦ blue 92

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

Shades of Contessa #BD695C

Tints of Contessa #BD695C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.2%

 BLUE value IS 92 (36.33% from 255) = 23.83%

R = 48.96%
G = 27.2%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD695C (or 0xBD695C) is known color: Contessa. HEX triplet: BD, 69 and 5C. RGB value is (189,105,92). Sum of RGB (Red+Green+Blue) = 189+105+92=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD695C is #4296A3. Grayscale: #808080. Windows color (decimal): -4363940 or 6056381. OLE color: 6056381.

HSL color Cylindrical-coordinate representation of color #BD695C: hue angle of 8.04º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD695C is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 105 92 -
CMYK 0 0.44 0.51 0.26
HSL 8.04º 0.42% 0.55% -
HSV(B) 8.04º 0.51% 0.74% -
XYZ 27.97 21.69 12.84 -
YUV 128.63 107.33 171.06 -
System Red Green Blue C M Y K H S L
Decimal 189 105 92 0 0.44 0.51 0.26 8.04 0.42 0.55
Hex BD 69 5C 0 2C 33 1A 8 2A 37
Octal 275 151 134 0 54 63 32 10 52 67
Binary 10111101 1101001 1011100 0 101100 110011 11010 1000 101010 110111

Color Harmonies of #BD695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD695C

Black with #BD695C

Text Example


Text Example

White with #BD695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD695C; }

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

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

background-color css

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

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

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

border-color css

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

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

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