Html Css Color HEX #BD735E Contessa

📋 copy color: '#BD735E'

red 189 ◦ green 115 ◦ blue 94

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

Shades of Contessa #BD735E

Tints of Contessa #BD735E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.89%

 BLUE value IS 94 (37.11% from 255) = 23.62%

R = 47.49%
G = 28.89%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD735E (or 0xBD735E) is known color: Contessa. HEX triplet: BD, 73 and 5E. RGB value is (189,115,94). Sum of RGB (Red+Green+Blue) = 189+115+94=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD735E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD735E is #428CA1. Grayscale: #868686. Windows color (decimal): -4361378 or 6190013. OLE color: 6190013.

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

Color convert

RGB 189 115 94 -
CMYK 0 0.39 0.50 0.26
HSL 13.26º 0.42% 0.55% -
HSV(B) 13.26º 0.5% 0.74% -
XYZ 29.14 23.89 13.66 -
YUV 134.73 105.02 166.71 -
System Red Green Blue C M Y K H S L
Decimal 189 115 94 0 0.39 0.50 0.26 13.26 0.42 0.55
Hex BD 73 5E 0 27 32 1A D 2A 37
Octal 275 163 136 0 47 62 32 15 52 67
Binary 10111101 1110011 1011110 0 100111 110010 11010 1101 101010 110111

Color Harmonies of #BD735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD735E

Black with #BD735E

Text Example


Text Example

White with #BD735E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD735E; }

 p { color: rgb(189,115,94); }

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

background-color css

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

 a { background-color: rgb(189,115,94); }

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

border-color css

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

 span { border-color: rgb(189,115,94); }

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